com.google.firebase.auth.AdditionalUserInfo |
Object to hold IDP-specific data for the user if the provider is one of Facebook, Github, Google, or Twitter.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns a
Map containing IDP-specific user data. | |||||||||||
Returns the provider ID for the user.
| |||||||||||
Returns the username if the provider is Github or Twitter
| |||||||||||
Returns whether the user is new or existing
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns a Map
containing IDP-specific user data.
Returns | |
---|---|
Map<String, Object> |
Returns the provider ID for the user.
Returns | |
---|---|
String |
Returns the username if the provider is Github or Twitter
Returns | |
---|---|
String |
Returns whether the user is new or existing
Returns | |
---|---|
boolean |