Rowy Run is a Cloud Run instance that provides backend functionality, such as table action scripts, user management, and easy Cloud Function deployment.
Before starting, make sure you have a Google Cloud or Firebase project with Firestore and Firebase Authentication enabled, and upgraded to the Blaze Plan.
Don’t have a project? Learn how to create one →
If you installed Rowy using the quick deploy method, Rowy Run is already set up on your project.
You can use the one-click deploy button below.
Otherwise, you can install Rowy Run manually.
Required software
- Git
- Node 14 (it’s easiest to install using nvm)
- Yarn 1
- gcloud CLI 363+
- 
Enable the Cloud Run Admin API in the Google Cloud console ↗ 
 Make sure you have billing enabled first.
- 
Make sure you’ve initialized the gcloud CLI and signed in to the correct account. gcloud init 
- 
Clone the Rowy Run repo and open the created directory. git clone https://github.com/rowyio/rowyRun.git cd rowyRun
- 
Install dependencies using Yarn. yarn 
- 
Run the deploy script with the correct project ID. ./deploy.sh --project [ID]