octabytes / FireO

Google Cloud Firestore modern and simplest convenient ORM package in Python. FireO is specifically designed for the Google's Firestore
https://fireo.octabyte.io
Apache License 2.0
250 stars 29 forks source link

Paginating data with query cursors #11

Closed AxeemHaider closed 4 years ago

AxeemHaider commented 5 years ago

With query cursors in Cloud Firestore, you can split data returned by a query into batches according to the parameters you define in your query.

Read More