-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirebase.json
More file actions
40 lines (40 loc) · 1.48 KB
/
firebase.json
File metadata and controls
40 lines (40 loc) · 1.48 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
{
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "todo-51632",
"appId": "1:512785665284:android:190c40f9f5c2c267511451",
"fileOutput": "android/app/google-services.json"
}
},
"ios": {
"default": {
"projectId": "todo-51632",
"appId": "1:512785665284:ios:365d152d08bd24ba511451",
"uploadDebugSymbols": false,
"fileOutput": "ios/Runner/GoogleService-Info.plist"
}
},
"macos": {
"default": {
"projectId": "todo-51632",
"appId": "1:512785665284:ios:365d152d08bd24ba511451",
"uploadDebugSymbols": false,
"fileOutput": "macos/Runner/GoogleService-Info.plist"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "todo-51632",
"configurations": {
"android": "1:512785665284:android:190c40f9f5c2c267511451",
"ios": "1:512785665284:ios:365d152d08bd24ba511451",
"macos": "1:512785665284:ios:365d152d08bd24ba511451",
"web": "1:512785665284:web:1788e304ad124c9b511451"
}
}
}
}
}
}