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

Class

packages/firebase-auth/index.android.ts:960–960  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

958const NSFirebaseAuth = lazy(() => org.nativescript.firebase.auth.FirebaseAuth);
959
960export class Auth implements IAuth {
961 _native: com.google.firebase.auth.FirebaseAuth;
962
963 constructor(app?: FirebaseApp) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected