I need to query something like this:
Select 20 users where (age is from 20 to 30) and (weight is from 50 to 80)
What is the most efficient way to achieve this in Firebase Realtime Database (for Unity)? Assuming "users" table has millions of records.
Any help is much appreciated!