- FIX(storage): fix crash when calling storage ReferenceGetDownloadURL. (ffa0fda5)
- FEAT: update to Firebase C++ SDK version 10.7.0 (896d04e9)
- FEAT: change required Dart SDK version. (328efc18)
- FIX(auth): fix initialization not passing current user into plugin constants. (afa2cec5)
- FEAT(core, auth, storage): add firebase_plugin.h for all plugins to implement. (afa2cec5)
- FEAT(auth): add IdTokenChangeListener and AuthStateChangeListener. (f6b8e6e9)
- FEAT(storage): add firebase storage. (5947aa14)
- REFACTOR: refactor code structure. (a2599efc)
- FIX: fix cmake error when firebase sdk has been added to project. (8350095f)
- FEAT: change example required Dart SDK version. (c57e2eb1)
- DOCS: change plugin description. (10f8ca91)
- FEAT: change required Dart SDK version. (3cc4bdd9)
- FIX: fix Dart analysis issues. (62f5c800)
- FEAT(auth): add support for Windows via Firebase C++ SDK 10.5.0
- FEAT(core): add support for Windows via Firebase C++ SDK 10.5.0
- Initial Release