-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirebase.json
More file actions
54 lines (54 loc) · 1.49 KB
/
firebase.json
File metadata and controls
54 lines (54 loc) · 1.49 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
52
53
54
{
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "spatch1-f97ce",
"appId": "1:473175772830:android:dea26e431a2e7a447fb58f",
"fileOutput": "android/app/google-services.json"
}
},
"ios": {
"default": {
"projectId": "spatch1-f97ce",
"appId": "1:473175772830:ios:e4acb9d7eedc50a87fb58f",
"uploadDebugSymbols": false,
"fileOutput": "ios/Runner/GoogleService-Info.plist"
}
},
"macos": {
"default": {
"projectId": "spatch1-f97ce",
"appId": "1:473175772830:ios:e4acb9d7eedc50a87fb58f",
"uploadDebugSymbols": false,
"fileOutput": "macos/Runner/GoogleService-Info.plist"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "spatch1-f97ce",
"configurations": {
"android": "1:473175772830:android:dea26e431a2e7a447fb58f",
"ios": "1:473175772830:ios:e4acb9d7eedc50a87fb58f",
"macos": "1:473175772830:ios:e4acb9d7eedc50a87fb58f",
"web": "1:473175772830:web:4b3432f84f4a41a07fb58f",
"windows": "1:473175772830:web:028d3eef862100e67fb58f"
}
}
}
}
},
"functions": [
{
"source": "functions",
"codebase": "default",
"ignore": [
"node_modules",
".git",
"firebase-debug.log",
"firebase-debug.*.log",
"*.local"
]
}
]
}