soumak77 / firebase-mock

Firebase mock library for writing unit tests
https://soumak77.github.io/firebase-mock
349 stars 97 forks source link

Implement FirestoreQuery#startAfter #136

Closed squirly closed 6 months ago

squirly commented 5 years ago

Implements the startAfter query method, simplifies query building, and provides a mechanism for future query limiter and pagination functions.

https://firebase.google.com/docs/firestore/query-data/query-cursors

dmurvihill commented 4 years ago

Hi @squirly, thanks for the contribution. This repo is no longer usable, but I have opened a PR on my new fork and will be publishing a release from there soon after 1 December. Advise to follow that repo if you still rely on firebase-mock.

We are looking for co-maintainers as well.