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

How to delete file from storage? #329

Open
kainunka opened this issue Apr 10, 2017 · 1 comment
Open

How to delete file from storage? #329

kainunka opened this issue Apr 10, 2017 · 1 comment

Comments

@kainunka
Copy link

kainunka commented Apr 10, 2017

storage handling delete files ??

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

@Salakar
Copy link
Collaborator

Salakar commented May 3, 2017

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants