react-native-firestack
react-native-firestack copied to clipboard
How to delete file from storage?
storage handling delete files ??
const FirebaseStack = new Firestack();
const del = FirebaseStack.storage.ref(/users/${uid}/${imageName});
del.delete();
Delete file has been implemented on my v3 fork: https://github.com/Salakar/react-native-firestack