-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfirebase.json
49 lines (49 loc) · 1.16 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
43
44
45
46
47
48
49
{
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "authentication-f5ac3",
"appId": "1:722967042979:android:0760066999ab177bfa1816",
"fileOutput": "android/app/google-services.json"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "authentication-f5ac3",
"configurations": {
"android": "1:722967042979:android:0760066999ab177bfa1816",
"ios": "1:722967042979:ios:5f8f3dc6b76c2c64fa1816",
"macos": "1:722967042979:ios:5f8f3dc6b76c2c64fa1816",
"web": "1:722967042979:web:01e72513ab83573cfa1816",
"windows": "1:722967042979:web:3d5c9e1086990487fa1816"
}
}
}
}
},
"emulators": {
"auth": {
"port": 9099
},
"firestore": {
"port": 8080,
"host": "0.0.0.0"
},
"storage": {
"port": 9199,
"host": "0.0.0.0"
},
"ui": {
"enabled": true
},
"singleProjectMode": true
},
"firestore": {
"rules": "firestore.rules",
"indexes": "firestore.indexes.json"
},
"storage": {
"rules": "storage.rules"
}
}