admin.auth. UserInfo
Interface representing a user's info from a third-party identity provider such as Google or Facebook.
Properties
displayName
(string or null)
The display name for the linked provider.
nullable string
The email for the linked provider.
photoURL
(string or null)
The photo URL for the linked provider.
providerId
string
The linked provider ID (for example, "google.com" for the Google provider).
uid
string
The user identifier for the linked provider.
Method
toJSON
toJSON() returns Object
Returns the serialized JSON representation of this object.
- Returns
-
non-null ObjectThe serialized JSON representation of this object.

