MichaelSolati / geofirestore-js

Location-based querying and filtering using Firebase Firestore.
https://geofirestore.com
MIT License
505 stars 58 forks source link

Paginating data after fetched #203

Closed Siva-Coder closed 3 years ago

Siva-Coder commented 3 years ago

Is there any option available to fetch 5 documents in a given near location. I've tried using the last snapshot but getting the same data a second time also!

If any alternative available please let me know.

Thanks

MichaelSolati commented 3 years ago

Unfortunately this library is not well suited for pagination, I'd check out #86 for additional details and a bit of an explanation.