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.