I have many datas in my firestore. But I want to show 10 datas at a time in the recyclerView and when user will click a "Next" button, it will show the next 10 datas below previous data. "Next" button will be at the bottom again and until there is data in firestore, clicking "Next" button will do the same work.
Asked
Active
Viewed 35 times
0
-
Check **[this](https://stackoverflow.com/questions/50592325/is-there-a-way-to-paginate-queries-by-combining-query-cursors-using-firestorerec/50692959)** out. – Alex Mamo Nov 14 '19 at 18:04
-
Thanks @AlexMamo – Bedar Baksh Chowdhury Nov 14 '19 at 19:20
-
You're very welcome Bedar. – Alex Mamo Nov 14 '19 at 19:29
-
I have set a "Next" button but the button is not showing when I am loading the documents. I have set the button below my recyclerView. – Bedar Baksh Chowdhury Nov 16 '19 at 12:18
-
I have set a "Next" button but the button is not showing when I am loading the documents. I have set the button below my recyclerView. @AlexMamo – Bedar Baksh Chowdhury Nov 16 '19 at 18:05