The collection contains documents with array-type fields in which there are two user references. I want to filter query collection in flutterflow if the first reference in the list is Authenticated user. So, if the first in the list is the reference of the authenticated user, then I will see the documents according to this filter.
How can i implement it?
Also in firebase