-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathfirebase.json
More file actions
38 lines (38 loc) · 938 Bytes
/
firebase.json
File metadata and controls
38 lines (38 loc) · 938 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
{
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "live-hanium",
"appId": "1:67317803547:android:26240e5f911ffefc0f66be",
"fileOutput": "android/app/google-services.json"
}
},
"ios": {
"default": {
"projectId": "live-hanium",
"appId": "1:67317803547:ios:cbe369ad3a0296650f66be",
"uploadDebugSymbols": false,
"fileOutput": "ios/Runner/GoogleService-Info.plist"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "live-hanium",
"configurations": {
"android": "1:67317803547:android:26240e5f911ffefc0f66be",
"ios": "1:67317803547:ios:cbe369ad3a0296650f66be",
"web": "1:67317803547:web:90fbc3d8d26cc7e00f66be"
}
}
}
}
},
"hosting": {
"public": "build/web",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"rewrites": [
{ "source": "**", "destination": "/index.html" }
]
}
}