-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirebase.json
More file actions
55 lines (55 loc) · 1.48 KB
/
firebase.json
File metadata and controls
55 lines (55 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "edulens-c56d7",
"appId": "1:70809914091:android:cee2dd85cfcdcee5684cae",
"fileOutput": "android/app/google-services.json"
}
},
"ios": {
"default": {
"projectId": "edulens-c56d7",
"appId": "1:70809914091:ios:816b0171ab7b1a52684cae",
"uploadDebugSymbols": false,
"fileOutput": "ios/Runner/GoogleService-Info.plist"
}
},
"macos": {
"default": {
"projectId": "edulens-c56d7",
"appId": "1:70809914091:ios:816b0171ab7b1a52684cae",
"uploadDebugSymbols": false,
"fileOutput": "macos/Runner/GoogleService-Info.plist"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "edulens-c56d7",
"configurations": {
"android": "1:70809914091:android:cee2dd85cfcdcee5684cae",
"ios": "1:70809914091:ios:816b0171ab7b1a52684cae",
"macos": "1:70809914091:ios:816b0171ab7b1a52684cae",
"web": "1:70809914091:web:e4591c49b8b054b7684cae",
"windows": "1:70809914091:web:fbb1e9bce520a6cd684cae"
}
}
}
}
},
"hosting": {
"public": "build/web",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}