Map<String, dynamic> toMap() { return { 'id': id, 'displayName': displayName, 'phoneNumber': phoneNumber, 'email': email, 'photoUri': photoUri, }; }