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.
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?