I'm using Flutter and Firestore , where is this database I'm trying to be able to see if a value exists inside an array, but I only found solutions that didn't work for me, sometimes they were in another language, but I want to be able to see if a value exists inside an array in a document.
for example, I want to check if the user id userID1 is inside the array miembros marked in red in the following image
the idea is that I can do an if to add the value userID1 if it doesn't exist in the miembros array.
actually thank you very much for any help
