-
Notifications
You must be signed in to change notification settings - Fork 0
/
firebase.json
31 lines (31 loc) · 888 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": "carebot-d0a6b",
"appId": "1:710849023513:android:4dfa4918039546fe76e488",
"fileOutput": "android/app/google-services.json"
}
},
"ios": {
"default": {
"projectId": "carebot-d0a6b",
"appId": "1:710849023513:ios:b4ada0aab2d8358a76e488",
"uploadDebugSymbols": false,
"fileOutput": "ios/Runner/GoogleService-Info.plist"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "carebot-d0a6b",
"configurations": {
"android": "1:710849023513:android:4dfa4918039546fe76e488",
"ios": "1:710849023513:ios:b4ada0aab2d8358a76e488",
"web": "1:710849023513:web:3c79be815d0d24b776e488"
}
}
}
}
}
}