database library

Classes

FirebaseDatabaseDataTable
A PaginatedDataTable that is connected to Firestore.
FirebaseDatabaseListView
A ListView.builder that obtains its items from a Firestore query.
FirebaseDatabaseQueryBuilder
Listens to a query and paginates the result in a way that is compatible with infinite scroll views, such as ListView or GridView.
FirebaseQueryBuilderSnapshot
The result of a paginated query.

Typedefs

FirebaseErrorBuilder = Widget Function(BuildContext context, Object error, StackTrace stackTrace)
A type representing the function passed to FirebaseDatabaseListView for its errorBuilder.
FirebaseItemBuilder = Widget Function(BuildContext context, DataSnapshot doc)
A type representing the function passed to FirebaseDatabaseListView for its itemBuilder.
FirebaseLoadingBuilder = Widget Function(BuildContext context)
A type representing the function passed to FirebaseDatabaseListView for its loadingBuilder.