i am trying to display all this shops inventory data and filter by category/name/price/etc..
- i can do this by using
orderbyChild("Shop")
and push all data in to list and display/filter data but with large user data that way can cause performance? - is their better way to get all this shops data and filter using category /product name/price/etc...