data_layer_firestore 0.0.4
data_layer_firestore: ^0.0.4 copied to clipboard
Provides Firestore-specific bindings for pkg:data_layer.
Changelog #
0.0.4 #
- Matches pkg:data_layer version 0.0.9 by renaming
deletetodeleteItemand by addingdeleteItems
0.0.3 #
- Updates
sendMessagereturn type fromTtoT?.
0.0.2 #
- Adds
rawmethod to Firestore source for untyped merges. - Implements document writes (
setItem), deletion (delete), and automaticDateTimetoTimestampserialization (cleanDataForWrite). - Adds realtime watching support (
watch,watchList,watchByIds).
0.0.1 #
- Adds initial FirestoreSource implementation.