Ask Your Question

Revision history [back]

Yes, there is a limitation on the number of documents retrieved when using FirestoreListView. By default, FirestoreListView loads a maximum of 15 documents at a time. However, you can increase or decrease this number by setting the "pageSize" parameter when creating the FirestoreListView. This parameter limits the number of documents that will be retrieved in each query to the database. If you want to retrieve more documents, you can implement pagination by using the "startAfter" method to fetch the next set of documents.