alickbass / CodableFirebase

Use Codable with Firebase
MIT License
690 stars 91 forks source link

Conform to TopLevelDecoder protocol #91

Closed Patrick3131 closed 2 years ago

Patrick3131 commented 4 years ago

Apple introduced TopLevelDecoder with Combine. To use FirestoreDecoder or FirebaseDecoder with Combines decode operator they have to conform to the TopLevelDecoder protocol.