Skip to content

Commit 1445fd8

Browse files
committed
changelog entry
1 parent 4dddfee commit 1445fd8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

FirebaseAuth/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
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 being decoded as `nil`. (#14011)
8+
from being always decoded as `nil` when reading Firebase 10 data. (#14011)
9+
- [fixed] Restore Firebase 10 decoding behavior to prevent user provider data
10+
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)
913

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

0 commit comments

Comments
 (0)