Skip to content

Commit a8b0b11

Browse files
committed
Included idx specific changes
1 parent bd35f61 commit a8b0b11

File tree

106 files changed

+113
-4428
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+113
-4428
lines changed

data_connect/README.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,13 @@ This quickstart is a movie review app to demonstrate the use of Firebase Data Co
99

1010
Follow these steps to get up and running with Firebase Data Connect. For more detailed instructions, check out the [official documentation](https://firebase.google.com/docs/data-connect/quickstart).
1111

12-
### 0. Prerequisites
13-
- Flutter 3.5.3 or above
14-
- Latest version of [Visual Studio Code](https://code.visualstudio.com/)
15-
- The [Firebase Data Connect VS Code Extension](https://marketplace.visualstudio.com/items?itemName=GoogleCloudTools.firebase-dataconnect-vscode)
16-
1712
### 1. Connect to your Firebase project
1813

1914
1. If you haven't already, create a Firebase project.
2015
1. In the [Firebase console](https://console.firebase.google.com), click
2116
**Add project**, then follow the on-screen instructions.
22-
2. Install flutterfire:
23-
```sh
24-
dart pub global activate flutterfire_cli
25-
```
17+
2. Enable Email/Password Sign-in method [here](https://console.firebase.google.com/project/_/authentication/providers).
18+
2619
### 2. Cloning the repository
2720

2821
1. Clone this repository to your local machine:
@@ -38,11 +31,10 @@ flutterfire configure -y -a com.example.dataconnect
3831

3932
### 3. Open in Visual Studio Code (VS Code)
4033

41-
1. Open the `quickstart-flutter/dataconnect` directory in VS Code.
42-
2. Click on the Firebase Data Connect icon on the VS Code sidebar to load the Extension.
34+
1. Click on the Firebase Data Connect icon on the VS Code sidebar to load the Extension.
4335
a. Sign in with your Google Account if you haven't already.
44-
3. Click on "Connect a Firebase project" and choose the project where you have set up Data Connect.
45-
4. Click on "Start Emulators" - this should generate the Kotlin SDK for you and start the emulators.
36+
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.
4638

4739
### 4. Populate the database
4840
In VS Code, open the `quickstart-flutter/dataconnect/dataconnect/moviedata_insert.gql` file and click the

data_connect/analysis_options.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
# The following line activates a set of recommended lints for Flutter apps,
99
# packages, and plugins designed to encourage good coding practices.
1010
include: package:flutter_lints/flutter.yaml
11-
analyzer:
11+
12+
analyzer:
1213
exclude:
13-
lib/movies_connector/**
14+
- lib/movies_connector/**
1415
linter:
1516
# The lint rules applied to this project can be customized in the
1617
# section below to disable rules from the `package:flutter_lints/flutter.yaml`

data_connect/firebase.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@
44
},
55
"emulators": {
66
"dataconnect": {
7-
"port": 9399
8-
},
9-
"auth": {
10-
"port": 9400
7+
"port": 9403
118
},
129
"ui": {
1310
"enabled": false
14-
}
11+
},
12+
"singleProjectMode": true
1513
}
1614
}

data_connect/ios/.gitignore

Lines changed: 0 additions & 34 deletions
This file was deleted.

data_connect/ios/Flutter/AppFrameworkInfo.plist

Lines changed: 0 additions & 26 deletions
This file was deleted.

data_connect/ios/Flutter/Debug.xcconfig

Lines changed: 0 additions & 2 deletions
This file was deleted.

data_connect/ios/Flutter/Release.xcconfig

Lines changed: 0 additions & 2 deletions
This file was deleted.

data_connect/ios/Podfile

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)