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

Method android

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

Source from the content-addressed store, hash-verified

799 }
800
801 get android() {
802 return this.native;
803 }
804
805 get idToken(): string {
806 return this.native?.getIdToken?.();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected