Skip to content

Commit 0fd800f

Browse files
committed
Updated IDX readme
1 parent 51da0cb commit 0fd800f

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

data_connect/README.idx.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,18 @@ Follow these steps to get up and running with Firebase Data Connect. For more de
1818

1919
### 2. Cloning the repository
2020

21-
1. Clone this repository to your local machine:
22-
```sh
23-
git clone https://github.com/firebase/quickstart-flutter.git
24-
```
25-
2. Configure flutterfire
21+
1. Configure flutterfire
2622
This will automatically download and set up firebase for your project:
2723
```sh
2824
flutterfire configure -y -a com.example.dataconnect
2925
```
3026

31-
32-
### 3. Open in Visual Studio Code (VS Code)
27+
### 3. Start Emulators
3328

3429
1. Click on the Firebase Data Connect icon on the VS Code sidebar to load the Extension.
3530
a. Sign in with your Google Account if you haven't already.
3631
2. Click on "Connect a Firebase project" and choose the project where you have set up Data Connect.
37-
3. Click on "Start Emulators" - this should generate the Kotlin SDK for you and start the emulators.
32+
3. Click on "Start Emulators" - this should generate the Flutter SDK for you and start the emulators.
3833

3934
### 4. Populate the database
4035
In VS Code, open the `quickstart-flutter/dataconnect/dataconnect/moviedata_insert.gql` file and click the
@@ -45,4 +40,6 @@ open `quickstart-flutter/dataconnect/movie-connector/queries.gql` and run the `L
4540

4641
### 5. Running the app
4742

48-
Press the Run button in VS Code to run the sample app on your device.
43+
The app should already be running in the preview. If there's no preview, try one of the following:
44+
* Ctrl/Cmd + SHIFT + P, Reload Window
45+
* Ctrl/Cmd + SHIFT + P, Open Web Preview

0 commit comments

Comments
 (0)