firebase-database-dotnet
firebase-database-dotnet copied to clipboard
Is there any way to get all children of a node?
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!
Querying is mentioned in readme - https://github.com/step-up-labs/firebase-database-dotnet#querying