-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirebase.json
More file actions
82 lines (82 loc) · 2.43 KB
/
Copy pathfirebase.json
File metadata and controls
82 lines (82 loc) · 2.43 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"functions": {
"source": "functions"
},
"hosting": [
{
"target": "app",
"public": "app/build/web",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"rewrites": [
{
"source": "/api/**",
"run": { "serviceId": "api", "region": "us-central1" }
}
]
},
{
"target": "admin",
"public": "admin/dist",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
],
"firestore": {
"rules": "firestore.rules",
"indexes": "firestore.indexes.json"
},
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "curling-scoreboard-prod",
"appId": "1:513864345938:android:025e8bf3a1108da002b28b",
"fileOutput": "android/app/google-services.json"
}
},
"ios": {
"default": {
"projectId": "curling-scoreboard-prod",
"appId": "1:513864345938:ios:0e201970287f903f02b28b",
"uploadDebugSymbols": false,
"fileOutput": "ios/Runner/GoogleService-Info.plist"
}
},
"macos": {
"default": {
"projectId": "curling-scoreboard-prod",
"appId": "1:513864345938:ios:0e201970287f903f02b28b",
"uploadDebugSymbols": false,
"fileOutput": "macos/Runner/GoogleService-Info.plist"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "curling-scoreboard-dev",
"configurations": {
"android": "1:233388384349:android:49cb58e9fc227bb4076db4",
"ios": "1:233388384349:ios:8eb699f4d6f3feba076db4",
"macos": "1:233388384349:ios:8eb699f4d6f3feba076db4",
"web": "1:233388384349:web:089c4df4fd9230c9076db4",
"windows": "1:233388384349:web:b5bf8ecbc17717ae076db4"
}
},
"lib/firebase_options_prod.dart": {
"projectId": "curling-scoreboard-prod",
"configurations": {
"android": "1:513864345938:android:025e8bf3a1108da002b28b",
"ios": "1:513864345938:ios:0e201970287f903f02b28b",
"macos": "1:513864345938:ios:0e201970287f903f02b28b",
"web": "1:513864345938:web:38ea0259c2b9099002b28b",
"windows": "1:513864345938:web:8bb718b3e5cc0ab702b28b"
}
}
}
}
}
}