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

[Config] Add encoder and decoder param to public codable APIs #14525

Merged
merged 6 commits into from
Mar 6, 2025
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
Prev Previous commit
Next Next commit
changelog
  • Loading branch information
ncooke3 committed Mar 4, 2025
commit 9f5e2c89351220ae87eed8eba0f32d2f08db6505
5 changes: 5 additions & 0 deletions FirebaseRemoteConfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Unreleased
- [fixed] Codable APIs now accept optional `FirebaseDataEncoder` and
`FirebaseDataDecoder` parameters, allowing for customization of
encoding/decoding behavior. (#14368)

# 11.9.0
- [fixed] Mark internal `fetchSession` property as `atomic` to prevent a concurrency
related crash. (#14449)
Loading
Oops, something went wrong.