email property
The verified email of the user, as received from Facebook.
Logins all work through the userIdentifier, but the email is retained for consolidation look-ups and user profile creation.
Stored in lower-case.
This may be null if the user hasn't granted email permission.
Implementation
String? email;