Auto Paginate
#1243
Replies: 1 comment
-
yes, I think that once vue refs can be passed to But ideally, we could expose something extra that exposes controls like nextPage and previousPage (since we can hook into the data snapshots). It would require having a way of passing reactive limits and offsets too, so it's still not sure which one of the versions would be easier to use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I haven't had a chance to try out @next yet but I'm exploring the new docs and it seems the 'way' to hook up a query is to
useList
. Is that right?One thing that I'd really like to automate and simplify is the process of paginating data... something like
it would be great if I could do something like
Sorry for the half baked idea, I just thought since pagination is quite a common strategy for keeping firestore cost to a minimum, it'd be really nice to offer a nice api to simplify.
Beta Was this translation helpful? Give feedback.
All reactions