-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
You instructions are to add this to firebase.json but when i do, all my other images and videos don't load
{
"hosting": {
"headers": [
{
"key": "Cross-Origin-Embedder-Policy",
"value": "require-corp"
},
{
"key": "Cross-Origin-Opener-Policy",
"value": "same-origin"
}
]
}
}
i am hosting my videos and files on supabase. how do i get those to work and be visible?
your readme is good, but a little confusing. like where do i put the headers in the index.html?
is it possible to use this package hosted on firebase and getting images and videos from supabase or backblaze or s3?
thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels