Robert Valentino Well-Known Member Licensed User Longtime User Sep 27, 2022 #1 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)
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)
Erel B4X founder Staff member Licensed User Longtime User Sep 28, 2022 #2 Have you tried to pass a folder to DeleteFile? Upvote 0
Robert Valentino Well-Known Member Licensed User Longtime User Sep 28, 2022 #3 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
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.