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

Method android

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

Source from the content-addressed store, hash-verified

915 }
916
917 get android() {
918 return this.native;
919 }
920
921 get authDate() {
922 const ts = this.native?.getAuthTimestamp?.();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected