-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirebase.json
More file actions
47 lines (47 loc) · 1.06 KB
/
firebase.json
File metadata and controls
47 lines (47 loc) · 1.06 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
{
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "cachebox",
"appId": "1:763586150584:android:dabe44985fa2b0c5d3744d",
"fileOutput": "android/app/google-services.json"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "cachebox",
"configurations": {
"android": "1:763586150584:android:dabe44985fa2b0c5d3744d",
"ios": "1:763586150584:ios:1ac96c1c4fa6d531d3744d",
"macos": "1:763586150584:ios:1ac96c1c4fa6d531d3744d",
"web": "1:763586150584:web:d72165fac397bf84d3744d",
"windows": "1:763586150584:web:2b42bc599bf142d5d3744d"
}
}
},
"emulators": {
"firestore": {
"host": "0.0.0.0",
"port": 8080
},
"ui": {
"enabled": true,
"port": 4000
}
}
}
},
"emulators": {
"firestore": {
"port": 8080
},
"database": {
"port": 9000
},
"ui": {
"enabled": true
},
"singleProjectMode": true
}
}