-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfirebase.json
More file actions
43 lines (43 loc) Β· 988 Bytes
/
Copy pathfirebase.json
File metadata and controls
43 lines (43 loc) Β· 988 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "batrina-76502",
"appId": "1:558409290947:android:d9050ad1c25e6064853e76",
"fileOutput": "android/app/google-services.json"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "batrina-76502",
"configurations": {
"android": "1:558409290947:android:d9050ad1c25e6064853e76",
"ios": "1:558409290947:ios:223e584647c5ed88853e76"
}
}
}
}
},
"hosting": {
"public": "public",
"rewrites": [
{
"source": "/.well-known/assetlinks.json",
"destination": "/assetlinks.json"
},
{
"source": "/action",
"destination": "/action.html"
},
{
"source": "/product",
"destination": "/product.html"
},
{
"source": "**",
"destination": "/index.html"
}
]
}
}