Hello FlutterFlow community,
I have a collection called Circles, where each document contains a field named generatedUsers
. This field stores a list of references pointing to a subcollection.
My Goal:
I need to delete a specific reference from the generatedUsers
list using the Update Document action.
The Problem:
When I try to use "Remove from Set", I can’t access the "List Contains Item" operator to target the exact reference I want to remove.
Question:
How can I remove a specific reference from the generatedUsers
list? Is there a workaround using custom code or a different Firestore action?
Thanks in advance for your help!