You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I am using this package in a project of mine which shows realtime feeds and allows users to like/comment. Whenever I am using the package to pull data in Live mode everything works fine. But whenever there is new data added to the firestore, the listview position scrolls on its own due to the new data added on top. This is because my query fetches data ordered in descending order.
Any idea how this can be resolved?
The text was updated successfully, but these errors were encountered:
Hi I am using this package in a project of mine which shows realtime feeds and allows users to like/comment. Whenever I am using the package to pull data in Live mode everything works fine. But whenever there is new data added to the firestore, the listview position scrolls on its own due to the new data added on top. This is because my query fetches data ordered in descending order.
Any idea how this can be resolved?
The text was updated successfully, but these errors were encountered: