Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 authored Nov 28, 2024
1 parent 7915db1 commit 1c78e4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FirebaseAuth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
current user is unexpectedly `nil` at startup.
- [fixed] Restore Firebase 10 decoding behavior to prevent user provider data
from always being decoded as `nil` . Note that this fix was only needed for
cases Firebase 11 was reading data written by Firebase 10. (#14011)
cases where Firebase 11 was reading data written by Firebase 10. (#14011)
- [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 was only needed for cases Firebase 11 was reading data written
that this fix was only needed for cases where Firebase 11 was reading data written
by Firebase 10. 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)

Expand Down

0 comments on commit 1c78e4b

Please sign in to comment.