Infinite Scroll List using Flutter Firebase Firestore.
Reading data from firebase is expensive and if there is lot of data, only small portion of it would be visible to user. So why download all of it if we can use pagination method to achieve infinite scroll list. This is our data in Firebase Firestore...
Jul 31, 20214 min read3.6K
