FirebaseUserMetadata

interface FirebaseUserMetadata : Parcelable


Holds the user metadata for the current FirebaseUser

Summary

Public functions

Long

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

Long

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

Public functions

getCreationTimestamp

fun getCreationTimestamp(): Long

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

getLastSignInTimestamp

fun getLastSignInTimestamp(): Long

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.