vedartm / paginate_firestore

A flutter package to simplify pagination with firestore data 🗃
https://pub.dev/packages/paginate_firestore
MIT License
113 stars 136 forks source link

How many documents are retrieved from firestore collection? #8

Closed ramneekkashyap9 closed 4 years ago

ramneekkashyap9 commented 4 years ago

As we know that pagination delivers data in chunks. How many documents are received in first instance and then in upcoming instances?

vedartm commented 4 years ago

Hi @ramneekkashyap9. By default 15 documents are fetched per page. You can change the count using the attribute itemsPerPage in the widget