Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Auth] Add default values for decoding nil properties in UserInfoImpl #14185

Merged
merged 6 commits into from
Nov 28, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion FirebaseAuth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
`Auth.currentUser` API. This resolves some Firebase 11 issues where the
current user is unexpectedly `nil` at startup.
- [fixed] Restore Firebase 10 decoding behavior to prevent user provider data
paulb777 marked this conversation as resolved.
Show resolved Hide resolved
from being decoded as `nil`. (#14011)
from being always decoded as `nil` when reading Firebase 10 data. (#14011)
ncooke3 marked this conversation as resolved.
Show resolved Hide resolved
- [fixed] Restore Firebase 10 decoding behavior to prevent user provider data
from being decoded as `nil` when a user has multiple linked providers. Note
that this fix will not be in the 11.6.0 zip and Carthage distributions, but
will be included from 11.6.0 onwards. (#14011)

# 11.5.0
- [fixed] Restore pre-Firebase 11 decoding behavior to prevent users getting
Expand Down
Loading