Reputation: 11
I'm trying to download a picture from firebase storage and I'm coming across errors.enter image description here
i don't get it what's wrong in it. PLease help This is a snapshot of my code
Upvotes: 1
Views: 776
Reputation: 15
In your code, try changing storage.ref(...your path); to storage().ref().child(...your path);
Upvotes: 1
Reputation: 1812
Try reading this Download Files on Web
You Config Storage Rules ? Storage Security Rules
Upvotes: 0