-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfirebase.json
More file actions
25 lines (25 loc) · 758 Bytes
/
firebase.json
File metadata and controls
25 lines (25 loc) · 758 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
{
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "liora-d60a5",
"appId": "1:318953783334:android:b4eb669170d7a1c151a6e7",
"fileOutput": "android/app/google-services.json"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "liora-d60a5",
"configurations": {
"android": "1:318953783334:android:b4eb669170d7a1c151a6e7",
"ios": "1:318953783334:ios:1e84ead9923b32da51a6e7",
"macos": "1:318953783334:ios:1e84ead9923b32da51a6e7",
"web": "1:318953783334:web:ae33df9a4419d50f51a6e7",
"windows": "1:318953783334:web:eebfc9e07838397151a6e7"
}
}
}
}
}
}