I am working on Q/A app . I have successfully loaded questions from firebase . But I am not able to apply pagination from Firebase like database . And how to recognize that we h
You can create Firebase Queries to your FirebaseRecyclerAdapter, using startAt and limitToFirst to download records in batches.
The limitToFirst page size would be increased by and event, such as a click or a pull to refresh.