-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirebase.json
More file actions
27 lines (27 loc) · 808 Bytes
/
Copy pathfirebase.json
File metadata and controls
27 lines (27 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"firestore": {
"database": "(default)",
"location": "nam5",
"rules": "firestore.rules",
"indexes": "firestore.indexes.json"
},
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "quitease-2a5ee",
"appId": "1:261392535781:android:4f14fb26ecb0fc4c1b040c",
"fileOutput": "android/app/google-services.json"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "quitease-2a5ee",
"configurations": {
"android": "1:261392535781:android:4f14fb26ecb0fc4c1b040c"
}
}
}
}
}
}