Hello,
I have a Firestore database where each user has a DataType<List> with a reference to another document and a name field.
I want to add new references to the list, but only if it does not already exist. I also want to delete individual references.
However, since the list is an array and each entry has an integer as a key, I don't know how to search for specific values.
Is that possible?