Vadim Pavlov

Results 3 comments of Vadim Pavlov

I prefer to define ``` protocol FirestoreDecodable: Decodable { var documentID: String { get } } struct MyObject: FirestoreDecodable { let documentID: String // for auto generated ID let name:...

Ah good point, yes, overriding environment works fine for SwiftUI view. And for everything else it's good that we have an option to set locale on resource. Probably this issue...

Thanks for workaround. I have already contacted team of online tool, to set this field to ```manual``` or provide option to configure it. However, there might be others edge cases...