collection_walker library

Classes

CollectionWalker<T>

Typedefs

CollectionBatchListener = List<DocumentSnapshot> Function(List<DocumentSnapshot> batch)
CollectionDocumentEntryConverter<T> = Future<T> Function(DocumentSnapshot doc)
CollectionEntryConverter<T> = Future<T> Function(String id, Map<String, dynamic> json)