Closed diegoveloper closed 4 years ago
Hey, thanks for the report.
Apparently Firestore defaults to a page size of 20 items. I wasn't aware of that since my collections tend to be a lot smaller than that.
Simply bumping the page size value seems to work fine but the correct fix is a bit more involved since you need to return the paging metadata so you can issue continuation calls.
I'll try to work on it quickly and publish an update when finished.
The issue is fixed and I've published to pub.dev with version 0.7.0
Thanks again for the report!
Awesome! thanks for the quickly response! it's working fine now! Thanks
Hello, thanks for create this package.
I'm using the latest version from pub.dev
firedart: 0.6.5
But I have an issue related to the limit of the documents from any collection.I tried with different collections and the maximum items returned are 20. Are there any limit/restrictions about that?
This is my implementation:
I tried with different collections and the maximum number of documents returned is 20.