email property

String? email
getter/setter pair

The verified email of the user, as received from Firebase.

Logins all work through the userIdentifier, but the email is retained for consolidation look-ups.

Stored in lower-case.

Implementation

String? email;