-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfirebase.json
More file actions
28 lines (28 loc) · 814 Bytes
/
firebase.json
File metadata and controls
28 lines (28 loc) · 814 Bytes
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
{
"firestore": {
"rules": "firestore.rules"
},
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "maskoff-7179e",
"appId": "1:525388301988:android:d952209a7d4862ebe6c831",
"fileOutput": "android/app/google-services.json"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "maskoff-7179e",
"configurations": {
"android": "1:525388301988:android:d952209a7d4862ebe6c831",
"ios": "1:525388301988:ios:89a699b29d8afe35e6c831",
"macos": "1:525388301988:ios:89a699b29d8afe35e6c831",
"web": "1:525388301988:web:45a07908e2ec938ae6c831",
"windows": "1:525388301988:web:a93e7ae2e88942a7e6c831"
}
}
}
}
}
}