-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfirebase.json
30 lines (30 loc) · 879 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
{
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "bombay-chowpati---delivery-app",
"appId": "1:1048201118496:android:2589f0ca62bb2c379ecd45",
"fileOutput": "android/app/google-services.json"
}
},
"ios": {
"default": {
"projectId": "bombay-chowpati---delivery-app",
"appId": "1:1048201118496:ios:d80fd045a2af5a7e9ecd45",
"uploadDebugSymbols": false,
"fileOutput": "ios/Runner/GoogleService-Info.plist"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "bombay-chowpati---delivery-app",
"configurations": {
"android": "1:1048201118496:android:2589f0ca62bb2c379ecd45",
"ios": "11:1048201118496:ios:d80fd045a2af5a7e9ecd45"
}
}
}
}
}
}