-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirebase.json
More file actions
51 lines (51 loc) · 1.42 KB
/
firebase.json
File metadata and controls
51 lines (51 loc) · 1.42 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
43
44
45
46
47
48
49
50
51
{
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "accelerator-squared-9e24e",
"appId": "1:314471788837:android:a70fa9ccb404c5376f2acc",
"fileOutput": "android/app/google-services.json"
}
},
"ios": {
"default": {
"projectId": "accelerator-squared-9e24e",
"appId": "1:314471788837:ios:ef30c23ee579eaa16f2acc",
"uploadDebugSymbols": false,
"fileOutput": "ios/Runner/GoogleService-Info.plist"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "accelerator-squared-9e24e",
"configurations": {
"android": "1:314471788837:android:a70fa9ccb404c5376f2acc",
"ios": "1:314471788837:ios:ef30c23ee579eaa16f2acc",
"macos": "1:314471788837:ios:ef30c23ee579eaa16f2acc",
"web": "1:314471788837:web:6676c529793979166f2acc"
}
}
},
"macos": {
"default": {
"projectId": "accelerator-squared-9e24e",
"appId": "1:314471788837:ios:ef30c23ee579eaa16f2acc",
"uploadDebugSymbols": false,
"fileOutput": "macos/Runner/GoogleService-Info.plist"
}
}
}
},
"hosting": {
"source": ".",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"frameworksBackend": {
"region": "asia-east1"
}
}
}