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

Method creationDate

packages/firebase-auth/index.ios.ts:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44 }
45
46 get creationDate(): Date {
47 return this.native?.creationDate;
48 }
49
50 get lastSignInDate(): Date {
51 return this.native.lastSignInDate;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected