Packagecom.myflashlab.air.extensions.firebase.auth
Classpublic class UserMetadata
InheritanceUserMetadata Inheritance Object

Holds the user metadata for the current FirebaseUser



Public Properties
 PropertyDefined By
  creationTime : Number
[read-only] Returns the timestamp at which this account was created as dictated by the server clock in milliseconds since epoch.
UserMetadata
  lastSignInTime : Number
[read-only] Returns the last signin timestamp as dictated by the server clock in milliseconds since epoch.
UserMetadata
Property Detail
creationTimeproperty
creationTime:Number  [read-only]

Returns the timestamp at which this account was created as dictated by the server clock in milliseconds since epoch.


Implementation
    public function get creationTime():Number
lastSignInTimeproperty 
lastSignInTime:Number  [read-only]

Returns the last signin timestamp as dictated by the server clock in milliseconds since epoch.


Implementation
    public function get lastSignInTime():Number