Skip to content

Commit 19ae2b7

Browse files
committed
Updated firebase.json
1 parent 10d8fe5 commit 19ae2b7

File tree

3 files changed

+4
-56
lines changed

3 files changed

+4
-56
lines changed

dataconnect/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,5 @@ app.*.map.json
4141
/android/app/debug
4242
/android/app/profile
4343
/android/app/release
44+
45+
/lib/firebase_options.dart

dataconnect/firebase.json

Lines changed: 2 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,4 @@
11
{
2-
"flutter": {
3-
"platforms": {
4-
"android": {
5-
"default": {
6-
"projectId": "quickstart-flutter-cc624",
7-
"appId": "1:731568610039:android:2fda8b27330be9447251f2",
8-
"fileOutput": "android/app/google-services.json"
9-
}
10-
},
11-
"ios": {
12-
"default": {
13-
"projectId": "quickstart-flutter-cc624",
14-
"appId": "1:731568610039:ios:e78b43f1d75a77d87251f2",
15-
"uploadDebugSymbols": false,
16-
"fileOutput": "ios/Runner/GoogleService-Info.plist"
17-
}
18-
},
19-
"dart": {
20-
"lib/firebase_options.dart": {
21-
"projectId": "quickstart-flutter-cc624",
22-
"configurations": {
23-
"android": "1:731568610039:android:2fda8b27330be9447251f2",
24-
"ios": "1:731568610039:ios:e78b43f1d75a77d87251f2",
25-
"macos": "1:731568610039:ios:e78b43f1d75a77d87251f2",
26-
"web": "1:731568610039:web:2896847d0f5655fb7251f2",
27-
"windows": "1:731568610039:web:3c1e404f955f0b467251f2"
28-
}
29-
}
30-
},
31-
"macos": {
32-
"default": {
33-
"projectId": "quickstart-flutter-cc624",
34-
"appId": "1:731568610039:ios:e78b43f1d75a77d87251f2",
35-
"uploadDebugSymbols": false,
36-
"fileOutput": "macos/Runner/GoogleService-Info.plist"
37-
}
38-
}
39-
}
40-
},
41-
"dataconnect": {
42-
"source": "dataconnect"
43-
},
44-
"emulators": {
45-
"dataconnect": {
46-
"port": 9399
47-
},
48-
"auth": {
49-
"port": 9400
50-
}
51-
}
2+
"dataconnect": { "source": "dataconnect" },
3+
"emulators": { "dataconnect": { "port": 9399 }, "auth": { "port": 9400 } }
524
}

dataconnect/lib/main.dart

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,6 @@ class _MyHomePageState extends State<MyHomePage> {
7979
});
8080
}
8181

82-
void _refreshData() {
83-
// Gets the data, then notifies the subscriber(s) of the new data.
84-
// TODO: Uncomment the following line to execute the query
85-
// MoviesConnector.instance.listMovies.ref().build().execute();
86-
}
87-
8882
@override
8983
Widget build(BuildContext context) {
9084
return Scaffold(

0 commit comments

Comments
 (0)