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

Method token

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

Source from the content-addressed store, hash-verified

951 }
952
953 get token() {
954 return this.native?.getToken?.();
955 }
956}
957
958const NSFirebaseAuth = lazy(() => org.nativescript.firebase.auth.FirebaseAuth);

Callers

nothing calls this directly

Calls 1

getTokenMethod · 0.65

Tested by

no test coverage detected