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

Method native

packages/firebase-auth/index.ios.ts:673–675  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

671 _native: FIRPhoneAuthProvider;
672
673 get native() {
674 return this._native;
675 }
676
677 get ios() {
678 return this.native;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected