-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use page$ #47
Comments
hi @skotturi the library does have a im working on introducing a cleaner way to use paged queries with the plugin, but still not quite there to release it for now, you'll need to create some ad-hoc solution such the one you mentioned or perhaps even do it outside the plugin |
hi @skotturi i released a first version to use paging in the plugin, its the simplest approach to start with, would love your feedback of it! |
Hey @joaqcid looking forward to testing this! I've been building out a ton of new features recently but looking forward to implementing and giving feedback on this |
@skotturi have you tried the paging functionality? https://github.com/ngxs-labs/firestore-plugin#paging |
Hi @joaqcid |
@mihajlosavkic you can see an exmaple here, or you can check the example in the code repo |
Are there docs for how to implement pagination? I looked through the src and am just confused about how to update the pagination cursor.
This post seems to re-implement pagination using this plugin in its own way: https://sanchezcarlosjr.medium.com/paginate-data-with-query-cursors-from-firestore-and-angular-3ba7854afa67
The text was updated successfully, but these errors were encountered: