firebase-database-dotnet icon indicating copy to clipboard operation
firebase-database-dotnet copied to clipboard

Is there any way to get all children of a node?

Open sormin-the-red opened this issue 3 years ago • 1 comments

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!

sormin-the-red avatar Jun 23 '22 12:06 sormin-the-red

Querying is mentioned in readme - https://github.com/step-up-labs/firebase-database-dotnet#querying

bezysoftware avatar Dec 29 '22 13:12 bezysoftware