-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfirebase.json
40 lines (40 loc) · 1.04 KB
/
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
37
38
39
40
{
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "quickbite-8c1e4",
"appId": "1:296005822833:android:c70417e424604d59b92ed0",
"fileOutput": "android/app/google-services.json"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "quickbite-8c1e4",
"configurations": {
"android": "1:296005822833:android:c70417e424604d59b92ed0",
"ios": "1:296005822833:ios:baba2d46dbe04d4cb92ed0",
"macos": "1:296005822833:ios:baba2d46dbe04d4cb92ed0",
"web": "1:296005822833:web:92af5263b8c2d009b92ed0",
"windows": "1:296005822833:web:a5455cb8e5e36768b92ed0"
}
}
}
}
},
"functions": [
{
"source": "functions",
"codebase": "default",
"ignore": [
"node_modules",
".git",
"firebase-debug.log",
"firebase-debug.*.log"
],
"predeploy": [
"npm --prefix \"$RESOURCE_DIR\" run lint"
]
}
]
}