- Update to match firebase_auth v0.18.0.
- Fix initialization error.
- Include initialization test.
- Add Readme section explaining why this library isn't needed anymore.
- First stable release.
- Made some small adjustments to the tests.
- Changed the
onAuthStateChangedOrReloaded
to never shutdown, even if all listeners disconnect, so new listeners in the future can still subscribe. - Modified the tests to include
onAuthStateChangedOrReloaded
new behavior. - Improved the README.
- Changed the
onAuthStateChangedOrReloaded
to be a Behavior Subject. - Minor modification on the tests.
- Improved the README.
- Fixed the onAuthStateChangedOrReloaded to be a broadcast Stream, as intended originally.
- Added a
await
for the old user reload as this is more consistent and what's expected, even though it's not necessary, as reload is just a simple MethodChannel call. - Fixed a typo.
- Updated the tests to check if onUserReloaded and onAuthStateChangedOrReloaded are broadcast streams.
- Reformatted the tests.
- Updated the README with information about broadcast streams.
- Added a pub badge to the README.
- Added a Testability section to the README.
- Made the description shorter.
- Added an example.
- Updated the package description.
- Initial release.