-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirebase.json
More file actions
25 lines (25 loc) · 947 Bytes
/
firebase.json
File metadata and controls
25 lines (25 loc) · 947 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": "e-shop-54569",
"appId": "1:133759018423:android:4925cbff9f0fdf05cb3432",
"fileOutput": "android/app/google-services.json"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "e-shop-54569",
"configurations": {
"android": "1:133759018423:android:4925cbff9f0fdf05cb3432",
"ios": "1:133759018423:ios:80128a24763b2857cb3432",
"macos": "1:133759018423:ios:80128a24763b2857cb3432",
"web": "1:133759018423:web:12172f5930a506d2cb3432",
"windows": "1:133759018423:web:fd9115010dc1ab29cb3432"
}
}
}
}
}
}