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