-
Notifications
You must be signed in to change notification settings - Fork 0
/
firebase.json
39 lines (39 loc) · 1.01 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
{
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "flutter-gojo202409",
"appId": "1:284562977300:android:6bd722ad4ef68884ac6d01",
"fileOutput": "android/app/google-services.json"
}
},
"ios": {
"default": {
"projectId": "flutter-gojo202409",
"appId": "1:284562977300:ios:7a5baba1cbed55ecac6d01",
"uploadDebugSymbols": false,
"fileOutput": "ios/Runner/GoogleService-Info.plist"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "flutter-gojo202409",
"configurations": {
"android": "1:284562977300:android:6bd722ad4ef68884ac6d01",
"ios": "1:284562977300:ios:7a5baba1cbed55ecac6d01",
"web": "1:284562977300:web:0893a52b31d518a9ac6d01"
}
}
}
}
},
"hosting": {
"public": "build/web",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}