I am asking about which is better using FirestorePagingAdapter
or paginate it manually. By every swipe to refresh get a request with adding a new 20 items
The point is that:
I have an app have 10k users and I have a forum. This forum have 1000 posts and I want to reduce its costing because in one getting its get the 1000 post. S which one is better using FirestorePagingAdapter
or paginate it that every swipe its adding 20 posts
Thank u