Skip to content

How to delete file from storage? #329

Open
@kainunka

Description

@kainunka

storage handling delete files ??

const FirebaseStack = new Firestack();
const del = FirebaseStack.storage.ref(/users/${uid}/${imageName});
del.delete();

Activity

Salakar

Salakar commented on May 3, 2017

@Salakar
Collaborator

Delete file has been implemented on my v3 fork: https://github.com/Salakar/react-native-firestack

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

        @Salakar@kainunka

        Issue actions

          How to delete file from storage? · Issue #329 · fullstackreact/react-native-firestack