Packagecom.myflashlab.air.extensions.firebase.auth
Classpublic class AdditionalUserInfo
InheritanceAdditionalUserInfo Inheritance Object

Object to hold IDP-specific data for the user if the provider is one of Facebook, Github, Google, Twitter, or Apple.



Public Properties
 PropertyDefined By
  isNewUser : Boolean
[read-only] Returns whether the user is new or existing
AdditionalUserInfo
  profile : Object
[read-only] Returns an Object containing IDP-specific user data.
AdditionalUserInfo
  providerId : String
[read-only] Returns the provider ID for the user.
AdditionalUserInfo
  username : String
[read-only] Returns the username if the provider is Github or Twitter
AdditionalUserInfo
Property Detail
isNewUserproperty
isNewUser:Boolean  [read-only]

Returns whether the user is new or existing


Implementation
    public function get isNewUser():Boolean
profileproperty 
profile:Object  [read-only]

Returns an Object containing IDP-specific user data.


Implementation
    public function get profile():Object
providerIdproperty 
providerId:String  [read-only]

Returns the provider ID for the user.


Implementation
    public function get providerId():String
usernameproperty 
username:String  [read-only]

Returns the username if the provider is Github or Twitter


Implementation
    public function get username():String