vedartm / paginate_firestore

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

Data Update can work only in itemsperpage #144

Open Connacri opened 2 years ago

Connacri commented 2 years ago

When i scroll items and i update date in firestore only first page update and dont work for the next items

I set isLive = true

jgeewax commented 1 year ago

To clarify, when isLive = true only the first page of items respond to the query. Subsequent pages do not respond to live updates.

AnandSaran commented 3 weeks ago

Hi @Connacri Did you fix the issue? I'm also facing