You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we do not decode localized strings from Firestore in every part of the app. However, we have the infrastructure to do so in the DecodeLocalizedString extensions of KeyedDecodingContainer.
Solution
Implement custom decoding implementations of Codable using the extensions mentioned above whenever there is a possibility that the incoming fields will be localized in Firestore.
Additional context
No response
Code of Conduct
I agree to follow this project's Code of Conduct and Contributing Guidelines
The text was updated successfully, but these errors were encountered:
Problem
Currently, we do not decode localized strings from Firestore in every part of the app. However, we have the infrastructure to do so in the DecodeLocalizedString extensions of KeyedDecodingContainer.
Solution
Implement custom decoding implementations of Codable using the extensions mentioned above whenever there is a possibility that the incoming fields will be localized in Firestore.
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: