-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfirebase.json
41 lines (41 loc) · 1.25 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": "naengmehchu",
"appId": "1:819811720828:android:77c80c5b775620cd6b73f9",
"fileOutput": "android/app/google-services.json"
}
},
"ios": {
"default": {
"projectId": "naengmehchu",
"appId": "1:819811720828:ios:97aea628ac60bb2a6b73f9",
"uploadDebugSymbols": false,
"fileOutput": "ios/Runner/GoogleService-Info.plist"
}
},
"macos": {
"default": {
"projectId": "naengmehchu",
"appId": "1:819811720828:ios:6c07638dcde9e1106b73f9",
"uploadDebugSymbols": false,
"fileOutput": "macos/Runner/GoogleService-Info.plist"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "naengmehchu",
"configurations": {
"android": "1:819811720828:android:77c80c5b775620cd6b73f9",
"ios": "1:819811720828:ios:97aea628ac60bb2a6b73f9",
"macos": "1:819811720828:ios:6c07638dcde9e1106b73f9",
"web": "1:819811720828:web:5a0a47fa551b48a16b73f9",
"windows": "1:819811720828:web:ae707346f41b3c776b73f9"
}
}
}
}
}
}