Skip to content

Commit

Permalink
Add instructions for connecting to the production project
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 e15362f commit e67c5ca
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Examples/FriendlyFlix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,10 @@ Press the Run button in Xcode to run the sample app on the iOS Simulator.
- Cloud SQL Instance ID: `fdc-sql`
- Database name: `fdcdb`
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).
can be managed in the [Cloud Console](https://console.cloud.google.com/sql).


### 4. Run the app

1. In Xcode, select Product > Schemed > Edit Scheme, and then disable the check box labeled "useEmulator" to use your production project instead.
2. Press the Run button in Xcode to run the sample app on the iOS Simulator.

0 comments on commit e67c5ca

Please sign in to comment.