I am using Geofire and Firebase to store users location and get nearby users. However, when I use geoQuery.on("key_entered", ...
to get the users close by, I would like to lazy load this data. i.e. get the first 10 results, then get the next 10 results etc.
I am not sure how to do this as I don't see a way via Geofire's documentation. Can anyone assist me with achieving this?
Thanks