step-up-labs / firebase-database-dotnet

C# library for Firebase Realtime Database.
MIT License
671 stars 170 forks source link

Select object by property return null. #255

Closed lucazin closed 3 years ago

lucazin commented 3 years ago

I have this piece of code

(await new FirebaseClient(EndPoint) .Child(ID) i have this value = 3 .Child(FirstChild) i have this value = COMANDAS_GARCOM .OrderBy(ColumnOrderBy) colum name i have = NAME .EqualTo(EqualsOrderbyValue) = alice .OnceSingleAsync());

but I HAVE this structure in db

ID 3 COMANDAS_GARCOM KEY (PUSH GENERATED) -> I DONT HAVE THIS VALUE IN C#

how can i return the object where name is alice, but i dont have KEY child value for input in c#

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 3 years ago

Closing the issue due to inactivity. Feel free to re-open