How does "infinite scroll" work when reading documents in Firebase?

Database & APIs

Hello, I am implementing an infinite scroll and indeed the data is displayed in batches on the screen; However, I'm keeping track of reads in Firebase and it looks like all documents are actually being read.

The question is the Infinite Scroll in Flutterflow prevents the entire database from being read or does it still bring the entire database but limits the batch display?

My main concern is associated with the costs that this could imply in firebase.

What have you tried so far?

I think it brings the entire database, but I'm not sure

Did you check FlutterFlow's Documentation for this topic?
Yes
1
2 replies