forked from pranzzz11/QuestArena
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirebase.json
More file actions
41 lines (41 loc) · 1.05 KB
/
Copy pathfirebase.json
File metadata and controls
41 lines (41 loc) · 1.05 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
{
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "questarena-35867",
"appId": "1:936772215906:android:9cdef38e2354cbedeb9d3b",
"fileOutput": "android/app/google-services.json"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "questarena-35867",
"configurations": {
"android": "1:936772215906:android:9cdef38e2354cbedeb9d3b",
"ios": "1:936772215906:ios:e9a95ab2922f29b2eb9d3b",
"macos": "1:936772215906:ios:e9a95ab2922f29b2eb9d3b",
"web": "1:936772215906:web:7f266c87345a8293eb9d3b",
"windows": "1:936772215906:web:485f403b5ea76aa5eb9d3b"
}
}
}
}
},
"functions": [
{
"source": "functions",
"codebase": "default",
"ignore": [
"node_modules",
".git",
"firebase-debug.log",
"firebase-debug.*.log",
"*.local"
],
"predeploy": [
"npm --prefix functions run build"
]
}
]
}