How to effectively prevent fieldNameConflicts client-side when converting firestore docs using Codable?

后端 未结 0 501
清酒与你
清酒与你 2021-02-01 00:33

On my iOS Swift client I convert firestore docs to local instances using the Codable protocol.

class Event: Codable {
  @DocumentID var id: String!
}

guard let e         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题