-
Notifications
You must be signed in to change notification settings - Fork 3
/
firebase.json
40 lines (40 loc) · 1.22 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
{
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "project-anni-firebase",
"appId": "1:155003412918:android:a74c0164cad2e2ac376117",
"fileOutput": "android/app/google-services.json"
}
},
"ios": {
"default": {
"projectId": "project-anni-firebase",
"appId": "1:155003412918:ios:015e4bb181171702376117",
"uploadDebugSymbols": true,
"fileOutput": "ios/Runner/GoogleService-Info.plist"
}
},
"macos": {
"default": {
"projectId": "project-anni-firebase",
"appId": "1:155003412918:ios:997285e685ed1b22376117",
"uploadDebugSymbols": true,
"fileOutput": "macos/Runner/GoogleService-Info.plist"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "project-anni-firebase",
"configurations": {
"android": "1:155003412918:android:a74c0164cad2e2ac376117",
"ios": "1:155003412918:ios:015e4bb181171702376117",
"macos": "1:155003412918:ios:997285e685ed1b22376117",
"windows": "1:155003412918:web:0ef56365e8434cd4376117"
}
}
}
}
}
}