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
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
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
.keyEncodingStrategyand.keyDecodingStrategyto be used by the Firestore encoder/decoder?Beta Was this translation helpful? Give feedback.
All reactions