How can I delete Firebase Storage files?

Resolved

Lets say a user uploads a PDF through the app to the firebase storage. In his collection I save the link to it, so the user and others can view it. Now the user wants to change it or delete it. I know how to delete the file path in the collection document.

How do I remove the file from the storage itself, so it doesn't take up the storage space?

11 replies