forked from DarkNinja15/note-nexus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfirebase.json
39 lines (39 loc) · 994 Bytes
/
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
{
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "note-box-a9e4c",
"appId": "1:30364630124:android:165d3c492d8fe85fafec49",
"fileOutput": "android/app/google-services.json"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "note-box-a9e4c",
"configurations": {
"android": "1:30364630124:android:165d3c492d8fe85fafec49",
"ios": "1:30364630124:ios:9d96bdd11cb90cf5afec49",
"macos": "1:30364630124:ios:9d96bdd11cb90cf5afec49",
"web": "1:30364630124:web:7f49223ad9a53e0dafec49",
"windows": "1:30364630124:web:82450109cee7e4a7afec49"
}
}
}
}
},
"hosting": {
"public": "build/web",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}