[cloud_firestore_odm] Allow pagination in queries. #8340
Unanswered
dark-chocolate
asked this question in
Feature request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Considering this class:
As of now there's no way of paginating data like:
The current workaround is to get the
Query
reference fromUserQuery
and perform the operation on it.Beta Was this translation helpful? Give feedback.
All reactions