-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfirebase.json
36 lines (36 loc) · 958 Bytes
/
firebase.json
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
28
29
30
31
32
33
34
35
36
{
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "ai-justice-7a7a8",
"appId": "1:388190647127:android:43652ac86990cea1f78412",
"fileOutput": "android/app/google-services.json"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "ai-justice-7a7a8",
"configurations": {
"android": "1:388190647127:android:43652ac86990cea1f78412",
"ios": "1:388190647127:ios:999a6db365e29989f78412",
"macos": "1:388190647127:ios:999a6db365e29989f78412",
"web": "1:388190647127:web:b9a5bd3fe284a0b3f78412",
"windows": "1:388190647127:web:981eb361be0f79f3f78412"
}
}
}
}
},
"hosting": {
"source": ".",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"frameworksBackend": {
"region": "us-central1"
}
}
}