step-up-labs / firebase-database-dotnet

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

Query nested object #217

Closed MihelUta closed 4 years ago

MihelUta commented 4 years ago

can query to get the nested object? its posible? this database scheme. "-Lt9Fxz1uz_z49qMEWuO" : { "Group_Name" : "A", "List" : { "-Lr8_i-JOc00iNqVS-ie" : { "Name" : "a", }, "-Lt7valaixRDEN2fKnf5" : { "Name" : "b", } }

bezysoftware commented 4 years ago

If you mean query a collection inside other collection, then no, that isn't possible

MihelUta commented 4 years ago

ok thankyou for your answer.