MichaelSolati / geofirestore-js

Location-based querying and filtering using Firebase Firestore.

Home Page:https://geofirestore.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StartAt or startAfter support

avinashyalgonde opened this issue · comments

Can you guys please help us to get one of the things get working like startAfter, startAt? Is this possible? If not then how this library would help us to solve pagination problems?

Unfortunately this can not be done due to limitations of Firestore. Please check out the README => https://github.com/MichaelSolati/geofirestore-js#compound-queries

Also, the library isn't aimed at solving pagination, it's aimed to solve geoquerying. You could kinda do something like pagination by increasing the radius of your query. See here => #144 (comment)