I know that firebase recommends you denormalize your database structure... but what if you didn't listen properly...
Example:
users
- user1
- foo
- baz
- bar
- chats
- (huge JSON)
- user2
- foo
- baz
- bar
- chats
- (huge JSON)
foo
and chats
are my way of denormalizing data within each user..
Is it possible to query users/*/foo
and sort it by bar
?
No. You cannot perform a query against a sibling property.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With