-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirebase.json
More file actions
42 lines (42 loc) · 1.1 KB
/
firebase.json
File metadata and controls
42 lines (42 loc) · 1.1 KB
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
37
38
39
40
41
42
{
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "anystep-community-services",
"appId": "1:970538144554:android:44b9979dca1952bcae0453",
"fileOutput": "android/app/google-services.json"
}
},
"ios": {
"default": {
"projectId": "anystep-community-services",
"appId": "1:970538144554:ios:8a8e10f59628080dae0453",
"uploadDebugSymbols": false,
"fileOutput": "ios/Runner/GoogleService-Info.plist"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "anystep-community-services",
"configurations": {
"android": "1:970538144554:android:44b9979dca1952bcae0453",
"ios": "1:970538144554:ios:8a8e10f59628080dae0453",
"web": "1:970538144554:web:10f21f826b37f1aaae0453"
}
}
}
}
},
"hosting": {
"public": "build/web",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"frameworksBackend": {
"region": "us-central1"
}
}
}