-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirebase.json
More file actions
30 lines (30 loc) · 821 Bytes
/
firebase.json
File metadata and controls
30 lines (30 loc) · 821 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
26
27
28
29
30
{
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "happit-e9fdc",
"appId": "1:284385154560:android:699d43211563a048beaae5",
"fileOutput": "android/app/google-services.json"
}
},
"ios": {
"default": {
"projectId": "happit-e9fdc",
"appId": "1:284385154560:ios:043986de775e22e6beaae5",
"uploadDebugSymbols": false,
"fileOutput": "ios/Runner/GoogleService-Info.plist"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "happit-e9fdc",
"configurations": {
"android": "1:284385154560:android:699d43211563a048beaae5",
"ios": "1:284385154560:ios:043986de775e22e6beaae5"
}
}
}
}
}
}