Define key encoding/decoding strategy when using Codable with Firestore #10344
joshbruhin
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
That ought to be possible with the newly released v10 of the sdk. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using the FirebaseFirestoreSwift API to easily encode and decode Codable objects when saving and retrieving documents from Firestore, is it possible to set the
.keyEncodingStrategy
and.keyDecodingStrategy
to be used by the Firestore encoder/decoder?Beta Was this translation helpful? Give feedback.
All reactions