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

URGENT - 1.0.3+1 breaks updating documents #130

Open ghost opened 2 years ago

ghost commented 2 years ago

If I have more than the initial page size of documents, documents after that page size won't update in realtime. They update in Firestore and if you leave the page and come back, the UI updates. After downgrading back to 1.0.3, realtime changes update as expected

Inihood1 commented 2 years ago

I am experiencing the same problem