-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfirebase.json
42 lines (42 loc) · 1.07 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
41
42
{
"firestore": {
"rules": "firestore.rules",
"indexes": "firestore.indexes.json"
},
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "generation-671ae",
"appId": "1:854071685305:android:aaa76d50e7686bc02bab68",
"fileOutput": "android/app/google-services.json"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "generation-671ae",
"configurations": {
"android": "1:854071685305:android:aaa76d50e7686bc02bab68",
"ios": "1:854071685305:ios:7f06fa4c74debee72bab68",
"macos": "1:854071685305:ios:7f06fa4c74debee72bab68",
"web": "1:854071685305:web:1ef92eeaa9e1564c2bab68",
"windows": "1:854071685305:web:44050c394c5136562bab68"
}
}
}
}
},
"functions": [
{
"source": "functions",
"codebase": "default",
"ignore": [
"node_modules",
".git",
"firebase-debug.log",
"firebase-debug.*.log",
"*.local"
]
}
]
}