freetrade-io / ts-firebase-driver-testing

Swap out Firebase as a driver for in-process testing
MIT License
11 stars 1 forks source link

Allow startAfter queries by document snapshots #136

Closed jimmythompson closed 10 months ago

jimmythompson commented 2 years ago

Firestore allows startAfter pagination using document snapshots.

This allows the testing library to do the same.