I would like doing request in Firebase with multiple query but too in child nodes.
Screen :
I would like create request to get "lat" and compare with 2 values.
For exemple :
SELECT * FROM users WHERE lat >= 1 && lat <= 2
First filter with "lat" and then, "lng".
How could I perform such a query on Firebase?