Skip to content

Tags: feinstein/firebase_user_stream

Tags

v1.1.0

Toggle v1.1.0's commit message
1.1.0 Stable Release. Update to match firebase_auth v0.18.0

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.

v1.1.0.alpha.2

Toggle v1.1.0.alpha.2's commit message
Fixed an initialization error

v1.1.0-alpha

Toggle v1.1.0-alpha's commit message
Updated to match firebase_auth v0.18.0

v1.0.0

Toggle v1.0.0's commit message
First stable release

First stable release.
Made some small adjustments to the tests.

v1.0.0-alpha.3

Toggle v1.0.0-alpha.3's commit message
Changed the `onAuthStateChangedOrReloaded` to never shutdown

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.

v1.0.0-alpha.2

Toggle v1.0.0-alpha.2's commit message
Changed the `onAuthStateChangedOrReloaded` to be a Behavior Subject

Changed the `onAuthStateChangedOrReloaded` to be a Behavior Subject.
Minor modification on the tests.
Improved the README.

v1.0.0-alpha

Toggle v1.0.0-alpha's commit message
Updated the packages, CHANGELOG and improved the README.

v0.1.0+4

Toggle v0.1.0+4's commit message
Added a pub badge to the README

v0.1.0+3

Toggle v0.1.0+3's commit message
Added a Testability section to the README