Skip to content

firestack storage not respond anything #341

@irsyadilham

Description

@irsyadilham

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

Activity

irsyadilham

irsyadilham commented on May 19, 2017

@irsyadilham
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @irsyadilham

        Issue actions

          firestack storage not respond anything · Issue #341 · fullstackreact/react-native-firestack