Query

PHOTO EMBED

Thu Jan 13 2022 12:10:26 GMT+0000 (Coordinated Universal Time)

Saved by @hasnat #ios #swift #query

db.collection("Groups").whereField("group_members", arrayContains: userId ?? "324").getDocuments() {(groups, error) in
                if error != nil {
                    print("Error getting documents: \(error!)")
                } else { }
content_copyCOPY