All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
- Update dependencies
 
- Update min dart sdk to 3.9.0
 
  
- Update dependencies
 
- Update min dart sdk to 3.7.0
 
  
- Added support for running against firebase emulator (#10, #11)
 
- Update dependencies
 
- Update min dart sdk to 3.6.0
 
- Fixed wrong payload format for profile updates (#10)
 
  
- Moved 
FirebaseAccount.restore to FirebaseAuth.restoreAccount 
- Deprecated 
FirebaseAccount.restore and FirebaseAccount.apiRestore in favor of FirebaseAuth.restoreAccount 
- Fixed refresh timer not being canceled on 
FirebaseAccount.dispose 
  
- Update dependencies
 
- Update min dart sdk to 3.4.0
 
- Modernize build configuration and ci integration
 
  
- Update dependencies
 
- Update min dart sdk to 3.0.0
 
  
- Removed errornous localId parameter from custom sign in responses (#5)
 
  
- Changed mocking framework to mocktail
 
- Improve build scripts
 
- Updated dependency requirements
 
  
- Migrated to null-safety
 
- Explicit token refreshes no longer propagate errors to idTokenStream listeners
 
  
- Repair broken linter config
 
- Fixup code based on working lints
 
  
- Full documentation for REST models
 
- Extended logging support
 
- Use final members instead of read-only getters
 
- Fixed automatic deployments
 
- Exchange git hooks backend for improved git performance
 
  
- Automatic deployment on new releases to pub.dev
 
- Automatic upload of release-docs to github pages
 
- Complete README