firebase / geofire-objc

GeoFire for Objective-C - Realtime location queries with Firebase
MIT License
436 stars 179 forks source link

Query last # of keys #160

Open strohat opened 2 years ago

strohat commented 2 years ago

Have been using geofire for a while now, it seems it queries all keys within a specific radius. Is there a way to query within a specific radius the last 50 keys for example? Otherwise my data might be huge to manage

Great effort on this library, really helped me.