Skip to content

Commit 23a6289

Browse files
committed
Quick changelog fix
1 parent e92a4ba commit 23a6289

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)