File tree Expand file tree Collapse file tree 1 file changed +2
-18
lines changed Expand file tree Collapse file tree 1 file changed +2
-18
lines changed Original file line number Diff line number Diff line change @@ -61,29 +61,13 @@ check out the [official documentation](https://firebase.google.com/docs/data-con
61613 . Click on "Connect a Firebase project" and choose the project where you have set up Data Connect.
62624 . Click on "Start Emulators" - this should generate the Kotlin SDK for you and start the emulators.
6363
64- ### 4. Deploy the service to Firebase and generate SDKs
65-
66- 1 . Open the ` quickstart-android/dataconnect/dataconnect ` directory and deploy the schema with
67- the following command:
68- ``` bash
69- firebase deploy
70- ```
71- 2. Once the deploy is complete, you should be able to see the movie schema in the
72- [Data Connect section](https://console.firebase.google.com/u/0/project/_/dataconnect)
73- of the Firebase console.
74-
75- 3. Generate the Kotlin SDK by running:
76- ` ` ` bash
77- firebase dataconnect:sdk:generate
78- ` ` `
79-
80- # ## 5. Populate the database
64+ ### 4. Populate the database
8165In VS Code, open the ` quickstart-android/dataconnect/dataconnect/data_seed.gql ` file and click the
8266 ` Run (local) ` button at the top of the file.
8367
8468If you’d like to confirm that the data was correctly inserted,
8569open ` quickstart-android/dataconnect/connectors/queries.gql ` and run the ` ListMovies ` query.
8670
87- # ## 6 . Running the app
71+ ### 5 . Running the app
8872
8973Press the Run button in Android Studio to run the sample app on your device.
You can’t perform that action at this time.
0 commit comments