Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sormin-the-red opened this issue Jun 23, 2022 · 1 comment
Open

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

sormin-the-red opened this issue Jun 23, 2022 · 1 comment

Comments

@sormin-the-red
Copy link

sormin-the-red commented Jun 23, 2022

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
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants