Skip to content

Commit

Permalink
Updated firebase.json
Browse files Browse the repository at this point in the history
  • Loading branch information
maneesht committed Nov 14, 2024
1 parent 10d8fe5 commit 19ae2b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 56 deletions.
2 changes: 2 additions & 0 deletions dataconnect/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ app.*.map.json
/android/app/debug
/android/app/profile
/android/app/release

/lib/firebase_options.dart
52 changes: 2 additions & 50 deletions dataconnect/firebase.json
Original file line number Diff line number Diff line change
@@ -1,52 +1,4 @@
{
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "quickstart-flutter-cc624",
"appId": "1:731568610039:android:2fda8b27330be9447251f2",
"fileOutput": "android/app/google-services.json"
}
},
"ios": {
"default": {
"projectId": "quickstart-flutter-cc624",
"appId": "1:731568610039:ios:e78b43f1d75a77d87251f2",
"uploadDebugSymbols": false,
"fileOutput": "ios/Runner/GoogleService-Info.plist"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "quickstart-flutter-cc624",
"configurations": {
"android": "1:731568610039:android:2fda8b27330be9447251f2",
"ios": "1:731568610039:ios:e78b43f1d75a77d87251f2",
"macos": "1:731568610039:ios:e78b43f1d75a77d87251f2",
"web": "1:731568610039:web:2896847d0f5655fb7251f2",
"windows": "1:731568610039:web:3c1e404f955f0b467251f2"
}
}
},
"macos": {
"default": {
"projectId": "quickstart-flutter-cc624",
"appId": "1:731568610039:ios:e78b43f1d75a77d87251f2",
"uploadDebugSymbols": false,
"fileOutput": "macos/Runner/GoogleService-Info.plist"
}
}
}
},
"dataconnect": {
"source": "dataconnect"
},
"emulators": {
"dataconnect": {
"port": 9399
},
"auth": {
"port": 9400
}
}
"dataconnect": { "source": "dataconnect" },
"emulators": { "dataconnect": { "port": 9399 }, "auth": { "port": 9400 } }
}
6 changes: 0 additions & 6 deletions dataconnect/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,6 @@ class _MyHomePageState extends State<MyHomePage> {
});
}

void _refreshData() {
// Gets the data, then notifies the subscriber(s) of the new data.
// TODO: Uncomment the following line to execute the query
// MoviesConnector.instance.listMovies.ref().build().execute();
}

@override
Widget build(BuildContext context) {
return Scaffold(
Expand Down

0 comments on commit 19ae2b7

Please sign in to comment.