-
Notifications
You must be signed in to change notification settings - Fork 0
/
firebase.json
31 lines (31 loc) · 889 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
{
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "cocktailr-9522a",
"appId": "1:30086613147:android:9d5c7c6b5005dcdddb1e3e",
"fileOutput": "android/app/google-services.json"
}
},
"ios": {
"default": {
"projectId": "cocktailr-9522a",
"appId": "1:30086613147:ios:6d5b0b44109feea8db1e3e",
"uploadDebugSymbols": false,
"fileOutput": "ios/Runner/GoogleService-Info.plist"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "cocktailr-9522a",
"configurations": {
"android": "1:30086613147:android:9d5c7c6b5005dcdddb1e3e",
"ios": "1:30086613147:ios:6d5b0b44109feea8db1e3e",
"web": "1:30086613147:web:5f086095db212a0bdb1e3e"
}
}
}
}
}
}