-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirebase.json
More file actions
55 lines (55 loc) · 1.51 KB
/
firebase.json
File metadata and controls
55 lines (55 loc) · 1.51 KB
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
46
47
48
49
50
51
52
53
54
55
{
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "message-flutter-40766",
"appId": "1:25022067186:android:6257ba1e337391e5963b6b",
"fileOutput": "android/app/google-services.json"
}
},
"ios": {
"default": {
"projectId": "message-flutter-40766",
"appId": "1:25022067186:ios:9ca3c9559e5c82de963b6b",
"uploadDebugSymbols": false,
"fileOutput": "ios/Runner/GoogleService-Info.plist"
}
},
"macos": {
"default": {
"projectId": "message-flutter-40766",
"appId": "1:25022067186:ios:9ca3c9559e5c82de963b6b",
"uploadDebugSymbols": false,
"fileOutput": "macos/Runner/GoogleService-Info.plist"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "message-flutter-40766",
"configurations": {
"android": "1:25022067186:android:6257ba1e337391e5963b6b",
"ios": "1:25022067186:ios:9ca3c9559e5c82de963b6b",
"macos": "1:25022067186:ios:9ca3c9559e5c82de963b6b",
"web": "1:25022067186:web:207c7be750345b0e963b6b",
"windows": "1:25022067186:web:fdb37cbafd6644f4963b6b"
}
}
}
}
},
"hosting": {
"public": "build/web",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}