Skip to content

Latest commit

History

History
55 lines (30 loc) 路 1.42 KB

File metadata and controls

55 lines (30 loc) 路 1.42 KB

Pagination with FirestoreListView

Ever wanted to support pagination when loading a collection of documents from Firestore?

The "firebase_ui_firestore" package makes it super-easy!

Just add it to your project and use the FirestoreListView widget whenever you need pagination.

It's that simple! 馃殌


And if you need more control, you can specify additional arguments:

  • emptyBuilder
  • errorBuilder
  • loadingBuilder

And you know what's cool?

If the data changes on the backend, the UI will automatically rebuild. 馃殌


Tomorrow, I'll publish a new article about FirestoreListView and its big brother FirestoreQueryBuilder.

If you don't wanna miss it, sign up here: 馃憞


But there's more!

Next month, I'll launch a brand new course about Flutter & Firebase! 馃敟

And I'll offer a 40% discount when the course opens for pre-sale.

For all the details, check the course page. 馃憞


Found this useful? Show some love and share the original tweet 馃檹


Previous Next
Riverpod Notifier with build arguments Firestore OR queries 馃敟