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

Method fromNative

packages/firebase-auth/index.ios.ts:552–559  ·  view source on GitHub ↗
(settings: FIRActionCodeSettings)

Source from the content-addressed store, hash-verified

550 _native: FIRActionCodeSettings;
551
552 static fromNative(settings: FIRActionCodeSettings) {
553 if (settings instanceof FIRActionCodeSettings) {
554 const nativeSettings = new ActionCodeSettings();
555 nativeSettings._native = settings;
556 return nativeSettings;
557 }
558 return null;
559 }
560
561 get androidInstallIfNotAvailable(): boolean {
562 return this.native?.androidInstallIfNotAvailable;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected