firebase_database_platform_interface 0.1.0 firebase_database_platform_interface: ^0.1.0 copied to clipboard
A common platform interface for the firebase_database plugin.
0.1.0 #
Note: This release has breaking changes.
- FEAT: add initial support for Web.
- BREAKING: The return type of
TransactionHandler
has changed fromFuture<MutableData>
toMutableData
since Web does not support async update callbacks.
- BREAKING: The return type of
0.0.1+1 #
- REFACTOR: firebase_database_platform_interface (#6668).
- CHORE: release firebase_database_platform_interface.
0.0.1 #
- Initial release of firebase_database_platform_interface.