-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathfirebase.json
More file actions
61 lines (61 loc) · 1.75 KB
/
firebase.json
File metadata and controls
61 lines (61 loc) · 1.75 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
55
56
57
58
59
60
61
{
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "chack-ace76",
"appId": "1:28041757619:android:6d6da4cdad44ce1b7141c6",
"fileOutput": "android/app/google-services.json"
}
},
"ios": {
"default": {
"projectId": "chack-ace76",
"appId": "1:28041757619:ios:0c78749dab444f097141c6",
"uploadDebugSymbols": false,
"fileOutput": "ios/Runner/GoogleService-Info.plist"
}
},
"macos": {
"default": {
"projectId": "chack-ace76",
"appId": "1:28041757619:ios:0c78749dab444f097141c6",
"uploadDebugSymbols": false,
"fileOutput": "macos/Runner/GoogleService-Info.plist"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "chack-ace76",
"configurations": {
"android": "1:28041757619:android:6d6da4cdad44ce1b7141c6",
"ios": "1:28041757619:ios:0c78749dab444f097141c6",
"macos": "1:28041757619:ios:0c78749dab444f097141c6",
"web": "1:28041757619:web:6c3be0cee970258c7141c6",
"windows": "1:28041757619:web:7bfa2f3d0e2073687141c6"
}
}
}
}
},
"functions": [
{
"region": "asia-northeast3",
"source": "backend_service",
"codebase": "backend_service",
"ignore": [
"node_modules",
".git",
"firebase-debug.log",
"firebase-debug.*.log",
"*.local"
],
"predeploy": [
"npm --prefix \"$RESOURCE_DIR\" run lint",
"npm --prefix \"$RESOURCE_DIR\" run build"
],
"vpcConnector": "chack-serless-connector",
"vpcConnectorEgressSettings": "ALL_TRAFFIC"
}
]
}