-
Notifications
You must be signed in to change notification settings - Fork 16
/
firebase.json
41 lines (41 loc) · 1.27 KB
/
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
32
33
34
35
36
37
38
39
40
41
{
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "clipboard-419514",
"appId": "1:892296995692:android:64012302abe55897490949",
"fileOutput": "android/app/google-services.json"
}
},
"ios": {
"default": {
"projectId": "clipboard-419514",
"appId": "1:892296995692:ios:4bf415b9b852d3af490949",
"uploadDebugSymbols": true,
"fileOutput": "ios/Runner/GoogleService-Info.plist"
}
},
"macos": {
"default": {
"projectId": "clipboard-419514",
"appId": "1:892296995692:ios:4bf415b9b852d3af490949",
"uploadDebugSymbols": true,
"fileOutput": "macos/Runner/GoogleService-Info.plist"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "clipboard-419514",
"configurations": {
"android": "1:892296995692:android:64012302abe55897490949",
"ios": "1:892296995692:ios:4bf415b9b852d3af490949",
"macos": "1:892296995692:ios:4bf415b9b852d3af490949",
"web": "1:892296995692:web:67a9ee32bccb0178490949",
"windows": "1:892296995692:web:fd01b423ca72c756490949"
}
}
}
}
}
}