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

Method native

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

Source from the content-addressed store, hash-verified

528 }
529
530 get native() {
531 return this._native;
532 }
533
534 get android() {
535 return this.native;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected