We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dddfee commit 1445fd8Copy full SHA for 1445fd8
FirebaseAuth/CHANGELOG.md
@@ -5,7 +5,11 @@
5
`Auth.currentUser` API. This resolves some Firebase 11 issues where the
6
current user is unexpectedly `nil` at startup.
7
- [fixed] Restore Firebase 10 decoding behavior to prevent user provider data
8
- from being decoded as `nil`. (#14011)
+ 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)
13
14
# 11.5.0
15
- [fixed] Restore pre-Firebase 11 decoding behavior to prevent users getting
0 commit comments