quantum 1.1.0
quantum: ^1.1.0 copied to clipboard
Synchronize a firestore document efficiently with json patching while decoupling the state updates from doc updates.
1.1.0 #
This update has breaking changes. Simply rename your quantum units to QuantumController
- Move to controller style
- Handle a situation when pushing a change is received that is not ours.
- Add QuantumStreamBuilders for inlining an existing controller
- Add inline QuantumBuilders for creating a controller on the fly
1.0.0 #
- Initial Release