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

Method handleCodeInApp

packages/firebase-ui/index.ios.ts:148–150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146 }
147
148 get handleCodeInApp(): boolean {
149 return this.native?.handleCodeInApp;
150 }
151
152 set handleCodeInApp(handle) {
153 if (this.native) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected