Profile
data class Profile(var uid: String, var email: String, var displayName: String?, var avatar: String, var isDefaultAvatar: Boolean)
Information about the user that controls a Firefox Account.
This struct represents details about the user themselves, and would typically be used to customize account-related UI in the browser so that it is personalize for the current user.