I'm new to Firebase, and have seen - from the docs - that the authenticated user has properties: email
, displayName
, photoUrl
, uid
.
Are there any other properties of this object?
Can one add properties to this object, for example,
user_role
?