public interface

FirebaseUserMetadata

implements Parcelable
com.google.firebase.auth.FirebaseUserMetadata

Class Overview

Holds the user metadata for the current FirebaseUser

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Public Methods
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.
[Expand]
Inherited Methods
From interface android.os.Parcelable

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.

Returns
long

public abstract long getLastSignInTimestamp ()

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

Returns
long