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

Method ios

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

Source from the content-addressed store, hash-verified

675 }
676
677 get ios() {
678 return this.native;
679 }
680
681 static provider(auth?: Auth) {
682 const provider = new PhoneAuthProvider();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected