개발/Firebase
Infinite Scroll Firebase
dev_caleb
2022. 1. 30. 01:36
728x90
https://blog.litedevs.com/infinite-scroll-list-using-flutter-firebase-firestore
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...
blog.litedevs.com
728x90