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

Method creationDate

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

Source from the content-addressed store, hash-verified

43 }
44
45 get creationDate(): Date {
46 if (this.native) {
47 return new Date(this.native?.getCreationTimestamp());
48 }
49 return null;
50 }
51
52 get lastSignInDate(): Date {
53 if (this.native) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected