-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfirebase.json
More file actions
36 lines (36 loc) · 1.02 KB
/
firebase.json
File metadata and controls
36 lines (36 loc) · 1.02 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
{
"hosting": {
"public": "build/web",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"frameworksBackend": { "region": "asia-east1" }
},
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "ontime-c63f1",
"appId": "1:456571312261:android:b3574e6f89d21a467e71ec",
"fileOutput": "android/app/google-services.json"
}
},
"ios": {
"default": {
"projectId": "ontime-c63f1",
"appId": "1:456571312261:ios:178b698fd005a63c7e71ec",
"uploadDebugSymbols": false,
"fileOutput": "ios/Runner/GoogleService-Info.plist"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "ontime-c63f1",
"configurations": {
"android": "1:456571312261:android:b3574e6f89d21a467e71ec",
"ios": "1:456571312261:ios:178b698fd005a63c7e71ec",
"web": "1:456571312261:web:1d7c24d90acdc27d7e71ec"
}
}
}
}
}
}