I have the following Firestore setup in use:
Now I'd like to receive all documents where the current user (uid given) is in the users object/list. users is an object of references to thje users collection.
Ideally I would want to use this filter from Flutter with the cloud_firestore package, however for now I'm just interested if this is possible at all.