Skip to content

Commit 9162ac7

Browse files
Update README.md
Co-authored-by: Marina Coelho <[email protected]>
1 parent c06b22c commit 9162ac7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dataconnect/README.md

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

2828
3. Navigate to the [Data Connect section](https://console.firebase.google.com/u/0/project/_/dataconnect)
29-
of the Firebase console and follow the setup workflow:
29+
of the Firebase console, click on the "Get Started" button and follow the setup workflow:
3030
- 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-
- Fill in the following fields:
31+
- Select the option to create a new Cloud SQL instance and fill in the following fields:
3232
- Service ID: `dataconnect`
33-
- Cloud SQL Instance: `fdc-sql`
33+
- Cloud SQL Instance ID: `fdc-sql`
3434
- 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

38-
5. Download and then add the Firebase Android configuration file (`google-services.json`) to your app:
38+
5. If you haven’t already, add an Android app to your Firebase project, with the android package name `com.google.firebase.example.dataconnect`. 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.
4040
2. Move your config file into the `quickstart-android/dataconnect/app` directory.
4141

0 commit comments

Comments
 (0)