Optional / Manual fetch more like in FirestoreQueryBuilder in FirestoreListView #7739
Unanswered
aadarshadhakalg
asked this question in
Feature request
Replies: 1 comment 1 reply
-
FirestoreListView is designed to be simple. Using FirestoreQueryBuilder for more advanced use-cases is the correct solution. It's a tiny bit more code, but you get a lot of freedom with it, so that's worth it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can we add the optional/manual fetch more like in FirestoreQueryBuilder in FirestoreListView also?
For just adding manually fetching more items we have to switch to FirestoreQueryBuilder for now. If we could add a boolean param to the class to fetch more items automatically or not then it would be very easy.
If this can be done then I can work on this.
Thank You!
Beta Was this translation helpful? Give feedback.
All reactions