-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirebase.json
More file actions
23 lines (23 loc) · 785 Bytes
/
firebase.json
File metadata and controls
23 lines (23 loc) · 785 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "grex-ed282",
"appId": "1:845872905568:android:691c8e8b71b664086f7205",
"fileOutput": "android/app/google-services.json"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "grex-ed282",
"configurations": {
"android": "1:845872905568:android:691c8e8b71b664086f7205",
"ios": "1:845872905568:ios:200d07af1e0875c76f7205",
"web": "1:845872905568:web:4313b81048db1f456f7205"
}
}
}
}
}
}