-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirebase.json
More file actions
41 lines (41 loc) · 1.28 KB
/
firebase.json
File metadata and controls
41 lines (41 loc) · 1.28 KB
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": "expense-tracker-9999",
"appId": "1:123386505184:android:45ea97afdafdb444b02d85",
"fileOutput": "android/app/google-services.json"
}
},
"ios": {
"default": {
"projectId": "expense-tracker-9999",
"appId": "1:123386505184:ios:580687de00601317b02d85",
"uploadDebugSymbols": false,
"fileOutput": "ios/Runner/GoogleService-Info.plist"
}
},
"macos": {
"default": {
"projectId": "expense-tracker-9999",
"appId": "1:123386505184:ios:580687de00601317b02d85",
"uploadDebugSymbols": false,
"fileOutput": "macos/Runner/GoogleService-Info.plist"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "expense-tracker-9999",
"configurations": {
"android": "1:123386505184:android:45ea97afdafdb444b02d85",
"ios": "1:123386505184:ios:580687de00601317b02d85",
"macos": "1:123386505184:ios:580687de00601317b02d85",
"web": "1:123386505184:web:55a66c0bc7581cb5b02d85",
"windows": "1:123386505184:web:f2fd5aa98edf1e27b02d85"
}
}
}
}
}
}