Android Question Firebase Storage DeleteFolder

Robert Valentino

Well-Known Member
Licensed User
Longtime User
Is there a way to delete a Folder in Firebase Storage?

I can do it by using a browser on Firebase.
Click, Delete and the folder and all the files are gone.

How can I do this in code (I can delete single files but not a Folder)
 

Robert Valentino

Well-Known Member
Licensed User
Longtime User
I think I might have figured it out.

Their web interface let's you click on a folder and delete but I believe I have to delete the files in the folder first before I can delete the folder

Will verify this and report results.
 
Upvote 0
Top