You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like I have to know the name of everything I want to find. I want to query for objects and it seems to be returning null for every object it's finding.
Also, is there a way here to filter through results? Such as: firestoreDb.Child("ChildName").WhereEqualTo("UserId", userId).Result;
or something? Otherwise, this package is great. Thanks!
The text was updated successfully, but these errors were encountered:
Seems like I have to know the name of everything I want to find. I want to query for objects and it seems to be returning null for every object it's finding.
Also, is there a way here to filter through results? Such as:
firestoreDb.Child("ChildName").WhereEqualTo("UserId", userId).Result;
or something? Otherwise, this package is great. Thanks!
The text was updated successfully, but these errors were encountered: