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

Method native

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

Source from the content-addressed store, hash-verified

720 _native: com.google.firebase.auth.PhoneAuthOptions.Builder;
721
722 get native() {
723 return this._native;
724 }
725
726 get android() {
727 return this.native;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected