File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77## [ Unreleased]
88### Added
99- Changelog
10- - mock ` auth.Auth.onIdTokenChanged() ` method, matching the previous
10+ - Mock ` auth.Auth.onIdTokenChanged() ` method, matching the previous
1111 behavior of ` onAuthStateChanged() ` (see below)
1212
1313### Changed
14- - (Breaking) Consistent with Firebase SDK
15- [ version 4.0.0] ( https://firebase.google.com/support/release-notes/js#version_500_-_may_8_2018 ) and later,
14+ - (Breaking) Consistent with Firebase SDK [ version 4.0.0] ( https://firebase.google.com/support/release-notes/js#version_500_-_may_8_2018 ) and later,
1615 and later, ` onAuthStateChanged ` no longer issues an event when a new
1716 ID token is issued for the same user. The ` onIdTokenChanged ` method is
1817 now mocked, keeping the previous behavior.
You can’t perform that action at this time.
0 commit comments