step-up-labs / firebase-database-dotnet

C# library for Firebase Realtime Database.
MIT License
668 stars 168 forks source link

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

Open sormin-the-red opened 2 years ago

sormin-the-red commented 2 years ago

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!

bezysoftware commented 1 year ago

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