Android Question How to delete the file in the FirebaseStorage folder ?

johndb

Active Member
Licensed User
Longtime User
Sure. I tested FirebaseStorage example and didn't find a way to delete a file.
There is currently no way to programmatically delete a folder in Firebase storage that I know of. The Firebase team hasn't added that feature to the Firebase API.
You can delete a file. Use "DeleteFile" method.
 
Last edited:
Upvote 0

b4auser1

Well-Known Member
Licensed User
Longtime User
Hmm, I tested simulteneously FirebaseStorage for Android and iOS and didn't find a delete method in lib for iOS.
I thougth that set of methods is the same for Android and iOS.
 
Upvote 0
Top