-
Notifications
You must be signed in to change notification settings - Fork 1
/
firebase.json
45 lines (45 loc) · 1.12 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
{
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "simonai-37870",
"appId": "1:559870872327:android:09c4e525e96fc105c493a2",
"fileOutput": "android/app/google-services.json"
}
},
"ios": {
"default": {
"projectId": "simonai-37870",
"appId": "1:559870872327:ios:b26b8b37d473f6edc493a2",
"uploadDebugSymbols": false,
"fileOutput": "ios/Runner/GoogleService-Info.plist"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "simonai-37870",
"configurations": {
"android": "1:559870872327:android:09c4e525e96fc105c493a2",
"ios": "1:559870872327:ios:b26b8b37d473f6edc493a2",
"web": "1:559870872327:web:25d0e4245edf4997c493a2"
}
}
}
}
},
"hosting": {
"public": "web_terms_and_conditions/public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}