How Can I Load More Data On Scrolling Down With Firebaseindexrecycleradapter
I have data that was insert PostKey and Rating by cloud function. Following this picture newfeed, post and I use FirebaseIndexRecyclerAdapter to get data FirebaseIndexRecyclerAdap
Solution 1:
Pagination is not supported by FirebaseUI-Android components. They currently require you to provide a single query that yields all the results to display. There is no way to progressively supply more queries as a list is scrolled. Also see the discussion in this issue on the Github repo for FirebaseUI-Android.
Post a Comment for "How Can I Load More Data On Scrolling Down With Firebaseindexrecycleradapter"