public interface FirebaseUserMetadata implements Parcelable
Holds the user metadata for the current FirebaseUser
Inherited Constant Summary
Public Method Summary
abstract long |
getCreationTimestamp()
Returns the timestamp at which this account was created as dictated by the
server clock in milliseconds since epoch.
|
abstract long |
getLastSignInTimestamp()
Returns the last signin timestamp as dictated by the server clock in
milliseconds since epoch.
|
Inherited Method Summary
Public Methods
public abstract long getCreationTimestamp ()
Returns the timestamp at which this account was created as dictated by the server clock in milliseconds since epoch.
public abstract long getLastSignInTimestamp ()
Returns the last signin timestamp as dictated by the server clock in milliseconds since epoch. This is only accurate up to a granularity of 2 minutes for consecutive sign-in attempts.