Is possible to use ListView(firebase Stream query collection) and infinite scroll ?

Database & APIs

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.

What have you tried so far?

i dont need to limit data, and now i use pull to refresh to navigate same page again (to reload query)

Did you check FlutterFlow's Documentation for this topic?
No
1 reply