-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfirebase.json
33 lines (33 loc) · 895 Bytes
/
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
{
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "mokumokuhazard",
"appId": "1:283367837480:android:0738c42ed0005de1f60a1d",
"fileOutput": "android/app/google-services.json"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "mokumokuhazard",
"configurations": {
"android": "1:283367837480:android:0738c42ed0005de1f60a1d",
"ios": "1:283367837480:ios:5916df8ca5f499caf60a1d",
"macos": "1:283367837480:ios:5916df8ca5f499caf60a1d",
"web": "1:283367837480:web:07863a7eb789508ef60a1d",
"windows": "1:283367837480:web:dbd63360a118da3af60a1d"
}
}
}
}
},
"hosting": {
"public": "public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}