| Package | com.myflashlab.air.extensions.firebase.auth |
| Class | public class AdditionalUserInfo |
| Inheritance | AdditionalUserInfo Object |
| Property | Defined 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 | ||
| isNewUser | property |
isNewUser:Boolean [read-only] Returns whether the user is new or existing
public function get isNewUser():Boolean| profile | property |
profile:Object [read-only] Returns an Object containing IDP-specific user data.
public function get profile():Object| providerId | property |
providerId:String [read-only] Returns the provider ID for the user.
public function get providerId():String| username | property |
username:String [read-only] Returns the username if the provider is Github or Twitter
public function get username():String