I want to fetch documents from firestore where document array doesn't contain auth.currentUser.uid.
I have collection groups. There are a lot of groups inside the collection. I want to fetch groups of which I am not a member.
I want to fetch documents from firestore where document array doesn't contain auth.currentUser.uid.
I have collection groups. There are a lot of groups inside the collection. I want to fetch groups of which I am not a member.