|
|
|
|
|
by harinijan
1716 days ago
|
|
- We only fetch the rows of data as you keep scrolling and render only what you see on screen. - Since we are built on Firestore database, it is the same DB throttling as what Firestore provides which is 10MB IOPS - Since we only render what you see on the screen, the UI is very responsive and so can continue can scale. |
|