Is possible to use ListView(firebase Stream query collection) and infinite scroll ?
If I use 'infinite scroll' with a ListView, it will use a Future instead of a Stream. When a user taps on a Card in the ListView to update or delete data, then returns to the ListView page, they might be confused because the data doesn't reflect the changes.
Or if anyone has any ideas, please help me out.
I think if I use only a Stream query and there is a lot of data, it will cause heavier data loads for users and significantly increase Firebase costs.
sorry for my sentence i use google translate.