Skip to content

Commit 7915db1

Browse files
authored
Update CHANGELOG.md
1 parent 114223f commit 7915db1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

FirebaseAuth/CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
`Auth.currentUser` API. This resolves some Firebase 11 issues where the
66
current user is unexpectedly `nil` at startup.
77
- [fixed] Restore Firebase 10 decoding behavior to prevent user provider data
8-
from always being decoded as `nil` when reading Firebase 10 data. (#14011)
8+
from always being decoded as `nil` . Note that this fix was only needed for
9+
cases Firebase 11 was reading data written by Firebase 10. (#14011)
910
- [fixed] Restore Firebase 10 decoding behavior to prevent user provider data
1011
from being decoded as `nil` when a user has multiple linked providers. Note
11-
that this fix will not be in the 11.6.0 zip and Carthage distributions, but
12-
will be included from 11.6.0 onwards. (#14011)
12+
that this fix was only needed for cases Firebase 11 was reading data written
13+
by Firebase 10. Note that this fix will not be in the 11.6.0 zip and
14+
Carthage distributions, but will be included from 11.6.0 onwards. (#14011)
1315

1416
# 11.5.0
1517
- [fixed] Restore pre-Firebase 11 decoding behavior to prevent users getting

0 commit comments

Comments
 (0)