-
Notifications
You must be signed in to change notification settings - Fork 243
Open
Description
Lots to do to upgrade to the latest firebase. This one has me stumped. The Collection method:
Stream<List> streamData() {
return ref.snapshots().map((list) => list.documents.map((doc) => Global.modelsT as T) );
}
gives:
Expected a value of type 'Map<dynamic, dynamic>', but got one of type '() => Map<String, dynamic>'
Metadata
Metadata
Assignees
Labels
No labels