Skip to content

Commit

Permalink
Change order to items to match console
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Friese <[email protected]>
  • Loading branch information
peterfriese committed Nov 20, 2024
1 parent db879da commit e16e9b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Examples/FriendlyFlix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ Press the Run button in Xcode to run the sample app on the iOS Simulator.
of the Firebase console, click on the "Get Started" button and follow the setup workflow:
- 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.
- Select the option to create a new Cloud SQL instance and fill in the following fields:
- Service ID: `dataconnect`
- Cloud SQL Instance ID: `fdc-sql`
- Database name: `fdcdb`
- Database name: `fdcdb`
- Service ID: `dataconnect`
1. Allow some time for the Cloud SQL instance to be provisioned. After it's provisioned, the instance
can be managed in the [Cloud Console](https://console.cloud.google.com/sql).

Expand Down

0 comments on commit e16e9b6

Please sign in to comment.