-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirebase.json
More file actions
50 lines (50 loc) · 1.24 KB
/
firebase.json
File metadata and controls
50 lines (50 loc) · 1.24 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
{
"firestore": {
"database": "(default)",
"location": "europe-west9",
"rules": "firestore.rules",
"indexes": "firestore.indexes.json"
},
"functions": [
{
"source": "functions",
"codebase": "default",
"ignore": [
"node_modules",
".git",
"firebase-debug.log",
"firebase-debug.*.log",
"*.local"
]
}
],
"storage": {
"rules": "storage.rules"
},
"remoteconfig": {
"template": "remoteconfig.template.json"
},
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "fashapp-v1",
"appId": "1:253595436665:android:92ca7537104f7272acb6a8",
"fileOutput": "android/app/google-services.json"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "fashapp-v1",
"configurations": {
"android": "1:253595436665:android:92ca7537104f7272acb6a8",
"ios": "1:253595436665:ios:54d02c1f1243f819acb6a8",
"macos": "1:253595436665:ios:54d02c1f1243f819acb6a8",
"web": "1:253595436665:web:7e58f350c7ef346dacb6a8",
"windows": "1:253595436665:web:70136c13c70abfa7acb6a8"
}
}
}
}
}
}