[firebase_storage] Is it possible to delete a folder from firebase storage? #6069
Unanswered
MiguelSOliveira
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm sorry if this is duplicate, but I'm finding some very contradicting information. Some say that we now can delete folders and others say we can not.
Here's my example:
I want to be able to delete both the file and the folder itself, on demand, without cloud functions. Is it possible?
I've tried the following:
The first line executes correctly and the file is deleted.
The second line throws an error saying there is no reference in that path.
Is it possible to achieve what I've described above, currently?
Thank you!
EDIT: I've seen that there's a discussion literally before mine that asks the same, I'm guessing. My apologies.. I've only looked through the issues and not discussions..
Beta Was this translation helpful? Give feedback.
All reactions