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

Method native

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

Source from the content-addressed store, hash-verified

1412 }
1413
1414 get native() {
1415 if (!this._native) {
1416 this._native = com.google.firebase.auth.FirebaseAuth.getInstance();
1417 }
1418 return this._native;
1419 }
1420
1421 get android() {
1422 return this.native;

Callers

nothing calls this directly

Calls 1

getInstanceMethod · 0.45

Tested by

no test coverage detected