Skip to content

Commit e16e9b6

Browse files
committed
Change order to items to match console
Signed-off-by: Peter Friese <[email protected]>
1 parent db879da commit e16e9b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Examples/FriendlyFlix/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ Press the Run button in Xcode to run the sample app on the iOS Simulator.
8181
of the Firebase console, click on the "Get Started" button and follow the setup workflow:
8282
- 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 `data-connect-ios-sdk/Examples/FriendlyFlix/dataconnect/dataconnect.yaml` file.
8383
- Select the option to create a new Cloud SQL instance and fill in the following fields:
84-
- Service ID: `dataconnect`
8584
- Cloud SQL Instance ID: `fdc-sql`
86-
- Database name: `fdcdb`
85+
- Database name: `fdcdb`
86+
- Service ID: `dataconnect`
8787
1. Allow some time for the Cloud SQL instance to be provisioned. After it's provisioned, the instance
8888
can be managed in the [Cloud Console](https://console.cloud.google.com/sql).
8989

0 commit comments

Comments
 (0)