-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirebase.json
More file actions
33 lines (33 loc) · 898 Bytes
/
firebase.json
File metadata and controls
33 lines (33 loc) · 898 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
{
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "greendme-8e44c",
"appId": "1:657955651810:android:19c04ae0fe2a6440ae5ebb",
"fileOutput": "android/app/google-services.json"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "greendme-8e44c",
"configurations": {
"android": "1:657955651810:android:19c04ae0fe2a6440ae5ebb",
"ios": "1:657955651810:ios:72177ebdc96f1a10ae5ebb",
"macos": "1:657955651810:ios:72177ebdc96f1a10ae5ebb",
"web": "1:657955651810:web:101cdfe3721b60b5ae5ebb",
"windows": "1:657955651810:web:449101ac2a69649dae5ebb"
}
}
}
}
},
"hosting": {
"public": "build/web",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}