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

How to delete file from storage?

Open kainunka opened this issue 8 years ago • 1 comments

storage handling delete files ??

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

kainunka avatar Apr 10 '17 06:04 kainunka

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

Salakar avatar May 03 '17 16:05 Salakar