We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ab7d2 commit 172d87aCopy full SHA for 172d87a
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 0.5.0
2
+* Implement update and remove methods for MockDatabaseReference (Thanks Zohenn)
3
+* Added Support for firebase_database 10.0.2 (Thansk @Seyun)
4
## 0.4.0
5
* Fixed setting up mocks with the new firebase_core_platform_interface version
6
* Updated dependencies
pubspec.yaml
@@ -2,7 +2,7 @@ name: firebase_database_mocks
description: Fakes to write unit tests for FirebaseDatabase (real-time database).
-version: 0.4.0
+version: 0.5.0
7
repository: https://github.com/sitatec/firebase_database_mocks.git
8
homepage: https://github.com/sitatec/firebase_database_mocks.git
0 commit comments