-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfirebase.json
More file actions
39 lines (39 loc) · 1002 Bytes
/
Copy pathfirebase.json
File metadata and controls
39 lines (39 loc) · 1002 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
{
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "smartmess-2f85c",
"appId": "1:926221419662:android:5095ea5ae3ae6c3c0e35df",
"fileOutput": "android/app/google-services.json"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "smartmess-2f85c",
"configurations": {
"android": "1:926221419662:android:5095ea5ae3ae6c3c0e35df",
"ios": "1:926221419662:ios:2416829bbf7c144c0e35df",
"macos": "1:926221419662:ios:2416829bbf7c144c0e35df",
"web": "1:926221419662:web:dfa8275f4718c5ff0e35df",
"windows": "1:926221419662:web:9c169a0c522130b50e35df"
}
}
}
}
},
"hosting": {
"public": "build/web",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}