How to Delete All Images from Firebase When User Deletes the Document?

Database & APIs
Resolved

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.

What have you tried so far?

I found an option to delete an image, but it can oly delete a single image.

Did you check FlutterFlow's Documentation for this topic?
Yes
1
4 replies