Skip to content

Commit 83c7a3d

Browse files
committed
docs: remove deploy step
1 parent d4249df commit 83c7a3d

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

dataconnect/README.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -61,29 +61,13 @@ check out the [official documentation](https://firebase.google.com/docs/data-con
6161
3. Click on "Connect a Firebase project" and choose the project where you have set up Data Connect.
6262
4. 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
8165
In 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

8468
If you’d like to confirm that the data was correctly inserted,
8569
open `quickstart-android/dataconnect/connectors/queries.gql` and run the `ListMovies` query.
8670

87-
### 6. Running the app
71+
### 5. Running the app
8872

8973
Press the Run button in Android Studio to run the sample app on your device.

0 commit comments

Comments
 (0)