Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

firestack storage not respond anything #341

Open
irsyadilham opened this issue May 18, 2017 · 1 comment
Open

firestack storage not respond anything #341

irsyadilham opened this issue May 18, 2017 · 1 comment

Comments

@irsyadilham
Copy link

irsyadilham commented May 18, 2017

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant