I am new to Firestore cloud and I am trying to learn about it. I am trying to build a project and I am stuck at one point.
My Firestore database looks like this: enter image description here
I have a Groups collection that has "Users List" Sub-collection" where I have "timestamp" and "user_id". When I created a group I grabbed the user_id of the "user" that creates a group and added that in "Users List". Now I am looking to retrieve all the "Groups"(groupName) that the "CurrentUser" is involved in, and I am having hard time to figure it out because I found that NoSQL databases are very different from SQL databases. Would be great if someone can shed a light on this matter. Thank you