-
Notifications
You must be signed in to change notification settings - Fork 46
Firebase Realtime Database RecyclerView Pagination #98
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
Comments
@PatilShreyas happy to add you to the site! |
You will need to add a |
Thanks for your response ! |
Can we make this feature available in FirebaseUI-Android repository ? |
Closed by #99 |
@PatilShreyas if you want to open an issue on FirebaseUI-Android I am happy to discuss it! It would depend on the details and tradeoffs of your implementation. |
@samtstern Thank you ! |
Link to project (GitHub): https://github.com/patilshreyas/FirebaseRecyclerPagination
Describe the project in 2-3 sentences:
In this project, I implemented support for loading Firebase Realtime Database Query to RecyclerView by loading data in pages. FirebaseRecyclerPaginationAdapter is built on the top of Android Paging Support Library.
Why would Firebase developers be interested in this project?:
FirebaseUI-Android repository has not such API to implement pagination of Firebase Realtime Database. Many developers who implement Realtime Database may need pagination support due to the large database. But there is the unavailability of such API. This project will be useful for many developers.
You can see sample app
here
implemented using Firebase Recycler Pagination Library.The text was updated successfully, but these errors were encountered: