-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathfirebase.json
More file actions
25 lines (25 loc) · 761 Bytes
/
firebase.json
File metadata and controls
25 lines (25 loc) · 761 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": "garaage-14d0c",
"appId": "1:916224851549:android:d2f72319ce720c632d17b4",
"fileOutput": "android/app/google-services.json"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "garaage-14d0c",
"configurations": {
"android": "1:916224851549:android:d2f72319ce720c632d17b4",
"ios": "1:916224851549:ios:b3f6fa4d5138c75e2d17b4",
"macos": "1:916224851549:ios:b3f6fa4d5138c75e2d17b4",
"web": "1:916224851549:web:2f812c8fb38ab48b2d17b4",
"windows": "1:916224851549:web:49e9f791b79f8b002d17b4"
}
}
}
}
}
}