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

Method ios

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

Source from the content-addressed store, hash-verified

494 }
495
496 get ios() {
497 return this.native;
498 }
499
500 set appVerificationDisabledForTesting(value) {
501 if (this.native) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected