MCPcopy Create free account
hub / github.com/NativeScript/firebase / lastSignInDate

Method lastSignInDate

packages/firebase-auth/index.android.ts:52–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50 }
51
52 get lastSignInDate(): Date {
53 if (this.native) {
54 return new Date(this.native?.getLastSignInTimestamp());
55 }
56 return null;
57 }
58
59 toJSON() {
60 return {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected