Skip to content

Firebase Cors breaks all other media #14

@jtkeyva

Description

@jtkeyva

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions