react-native-firestack icon indicating copy to clipboard operation
react-native-firestack copied to clipboard

firestack storage not respond anything

Open irsyadilham opened this issue 8 years ago • 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

irsyadilham avatar May 18 '17 20:05 irsyadilham

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

irsyadilham avatar May 19 '17 02:05 irsyadilham