Open
Description
Hello
I'm still learning
I got an issue to download url from the FIrebase Storage. I did upload some file in firebase storage and try to download the url. I copied exactly from the documentation but it just doesn't respond anything no success message nor failed
I copied exactly like this
const storageRef = firestack.storage.ref('${filepath});
storageRef.downloadUrl()
.then(res => console.log(res))
.catch(err => console.log(err))
please help me
Metadata
Metadata
Assignees
Labels
No labels