Using @DocumentID with custom `Codable` implementation doesn't populate @DocumentID variable

前端 未结 0 1804
广开言路
广开言路 2021-01-03 06:26

I\'ve created my struct like this:

struct TestObject: Codable {
    public enum CodingKeys: String, CodingKey {
        case ref = "r"
        case          


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