Ahad Khattaks
Ahad Khattaks

Reputation: 11

How to download picture from Firebase storage on web?

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

Answers (2)

Omer Farooq Ahmed
Omer Farooq Ahmed

Reputation: 15

In your code, try changing storage.ref(...your path); to storage().ref().child(...your path);

Upvotes: 1

aofdev
aofdev

Reputation: 1812

Try reading this Download Files on Web

You Config Storage Rules ? Storage Security Rules

Upvotes: 0

Related Questions