fullstackreact/react-native-firestack

firestack storage not respond anything

irsyadilham opened this issue · 1 comments

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

Hello
I just tested a while ago
it worked
Thanks :)