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: Examples/FriendlyFlix/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,9 +81,9 @@ Press the Run button in Xcode to run the sample app on the iOS Simulator.
81
81
of the Firebase console, click on the "Get Started" button and follow the setup workflow:
82
82
- 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.
83
83
- Select the option to create a new Cloud SQL instance and fill in the following fields:
84
-
- Service ID: `dataconnect`
85
84
- Cloud SQL Instance ID: `fdc-sql`
86
-
- Database name: `fdcdb`
85
+
- Database name: `fdcdb`
86
+
- Service ID: `dataconnect`
87
87
1. Allow some time for the Cloud SQL instance to be provisioned. After it's provisioned, the instance
88
88
can be managed in the [Cloud Console](https://console.cloud.google.com/sql).
0 commit comments