-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirebase.json
More file actions
44 lines (44 loc) · 1.28 KB
/
firebase.json
File metadata and controls
44 lines (44 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
42
43
44
{
"firestore": {
"rules": "firestore.rules",
"indexes": "firestore.indexes.json"
},
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "boxmatch-e2224",
"appId": "1:30161720251:android:6a2dc59e0e86485bfc2a9e",
"fileOutput": "android/app/google-services.json"
}
},
"ios": {
"default": {
"projectId": "boxmatch-e2224",
"appId": "1:30161720251:ios:a5563a52204e136ffc2a9e",
"uploadDebugSymbols": false,
"fileOutput": "ios/Runner/GoogleService-Info.plist"
}
},
"macos": {
"default": {
"projectId": "boxmatch-e2224",
"appId": "1:30161720251:ios:a5563a52204e136ffc2a9e",
"uploadDebugSymbols": false,
"fileOutput": "macos/Runner/GoogleService-Info.plist"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "boxmatch-e2224",
"configurations": {
"android": "1:30161720251:android:6a2dc59e0e86485bfc2a9e",
"ios": "1:30161720251:ios:a5563a52204e136ffc2a9e",
"macos": "1:30161720251:ios:a5563a52204e136ffc2a9e",
"web": "1:30161720251:web:0f4c5fbfbe063b2cfc2a9e"
}
}
}
}
}
}