Skip to content

Using Firebase Storage #266

Discussion options

You must be logged in to vote

I had the same issue for a while. Passing the bucket URL in the firebase.app().storage('url') function worked for me 😬

const storage = firebase.app().storage('gs://your-project.appspot.com');
        
const storageRef = await storage.ref();

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@MattHeslington
Comment options

@fsolarv22
Comment options

@im-ghost
Comment options

Answer selected by MattHeslington
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants