Skip to content

Commit a24417e

Browse files
committed
docs: update README.md
1 parent bca483a commit a24417e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

dataconnect/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ check out the [official documentation](https://firebase.google.com/docs/data-con
2727

2828
3. Navigate to the [Data Connect section](https://console.firebase.google.com/u/0/project/_/dataconnect)
2929
of the Firebase console and follow the setup workflow:
30-
- Select a location for your Cloud SQL for PostgreSQL database.
30+
- Select a location for your Cloud SQL for PostgreSQL database (this sample uses `us-central1`). If you choose a different location, you'll also need to change the `quickstart-android/dataconnect/dataconnect/dataconnect.yaml` file.
3131
- Fill in the following fields:
3232
- Service ID: `dataconnect`
33-
- Cloud SQL Instance: `cloud-sql-instance`
34-
- Database name: `postgres`
33+
- Cloud SQL Instance: `fdc-sql`
34+
- Database name: `fdcdb`
3535
4. Allow some time for the Cloud SQL instance to be provisioned. After it's provisioned, the instance
3636
can be managed in the [Cloud Console](https://console.cloud.google.com/sql).
3737

3838
5. Download and then add the Firebase Android configuration file (`google-services.json`) to your app:
3939
1. Click **Download google-services.json** to obtain your Firebase Android config file.
40-
2. Move your config file into the module (app-level) root directory of your app.
40+
2. Move your config file into the `quickstart-android/dataconnect/app` directory.
4141

4242
### 2. Set Up Firebase CLI
4343

dataconnect/dataconnect/dataconnect.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ schema:
55
source: "./schema"
66
datasource:
77
postgresql:
8-
database: "postgres"
8+
database: "fdcdb"
99
cloudSql:
10-
instanceId: "cloud-sql-instance"
10+
instanceId: "fdc-sql"
1111
connectorDirs: ["./connectors"]

0 commit comments

Comments
 (0)