Package | com.myflashlab.air.extensions.firebase.auth |
Class | public class UserMetadata |
Inheritance | UserMetadata Object |
Property | Defined 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 |
creationTime | property |
creationTime:Number
[read-only] Returns the timestamp at which this account was created as dictated by the server clock in milliseconds since epoch.
public function get creationTime():Number
lastSignInTime | property |
lastSignInTime:Number
[read-only] Returns the last signin timestamp as dictated by the server clock in milliseconds since epoch.
public function get lastSignInTime():Number