When a user deletes a document, the document is getting deleted, but the images stored in Firebase Storage associated are not removed. The document contains a pics list where the Firebase image paths are stored. I found an option to delete an image, but it can oly delete a single image. How can I delete all images associated with the document ? The image uploaded is just for the sake of required field.
How to Delete All Images from Firebase When User Deletes the Document?
Database & APIs
Resolved
I found an option to delete an image, but it can oly delete a single image.
Yes
1
4 replies