My current set up has this "upload to firebase" action set on a list of images but I want to be able to delete individual images prior to posting.
So I went ahead to create this action to delete the image with a icon set to 'delete data' from my list of image - as shown below.
The interesting thing is that the image is able to be deleted from firestore, but in the UI it still appears to be present. Although when I post to 'update my document' only the ones I didn't click on 'delete icon' remains.
So my ask is for someone to help me with how I can ensure that when I click on the icon delete button, that particular photo drops while the rest stays. (mind you, using the 'clear uploaded data' takes out everything and that's not what I want. I just want it taking only the selected one out.
Thanks