You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dataconnect/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,17 +27,17 @@ check out the [official documentation](https://firebase.google.com/docs/data-con
27
27
28
28
3. Navigate to the [Data Connect section](https://console.firebase.google.com/u/0/project/_/dataconnect)
29
29
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.
31
31
- Fill in the following fields:
32
32
- Service ID: `dataconnect`
33
-
- Cloud SQL Instance: `cloud-sql-instance`
34
-
- Database name: `postgres`
33
+
- Cloud SQL Instance: `fdc-sql`
34
+
- Database name: `fdcdb`
35
35
4. Allow some time for the Cloud SQL instance to be provisioned. After it's provisioned, the instance
36
36
can be managed in the [Cloud Console](https://console.cloud.google.com/sql).
37
37
38
38
5. Download and then add the Firebase Android configuration file (`google-services.json`) to your app:
39
39
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.
0 commit comments