forked from fokdelafons/lustra
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirebase.json
More file actions
21 lines (21 loc) · 1.07 KB
/
firebase.json
File metadata and controls
21 lines (21 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{"flutter":{"platforms":{"android":{"default":{"projectId":"lustra-d8fdf","appId":"1:626018819854:android:805fd2e92e382cb36bc15f","fileOutput":"android/app/google-services.json"}},"dart":{"lib/firebase_options.dart":{"projectId":"lustra-d8fdf","configurations":{"android":"1:626018819854:android:805fd2e92e382cb36bc15f","ios":"1:626018819854:ios:1204841b3ff5531c6bc15f","web":"1:626018819854:web:5804fa302ca220b96bc15f"}}}}},"hosting":[{
"target": "lustra",
"public": "public",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"headers": [
{
"source": "**/*.wasm",
"headers": [
{ "key": "Cross-Origin-Opener-Policy", "value": "same-origin" },
{ "key": "Cross-Origin-Embedder-Policy", "value": "require-corp" }
]
},
{
"source": "**",
"headers": [
{ "key": "Cross-Origin-Opener-Policy", "value": "same-origin" },
{ "key": "Cross-Origin-Embedder-Policy", "value": "require-corp" }
]
}
]
},{"target":"reality","public":"real-public","ignore":["firebase.json","**/.*","**/node_modules/**"]}]}