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

Method issuedAtDate

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

Source from the content-addressed store, hash-verified

939 }
940
941 get issuedAtDate() {
942 const ts = this.native?.getIssuedAtTimestamp?.();
943 if (ts) {
944 return new Date(ts);
945 }
946 return null;
947 }
948
949 get signInProvider() {
950 return this.native.getSignInProvider?.();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected