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

Method fromNative

packages/firebase-ui/index.ios.ts:99–106  ·  view source on GitHub ↗
(settings: FIRActionCodeSettings)

Source from the content-addressed store, hash-verified

97 _native: FIRActionCodeSettings;
98
99 static fromNative(settings: FIRActionCodeSettings) {
100 if (settings instanceof FIRActionCodeSettings) {
101 const nativeSettings = new ActionCodeSettings();
102 nativeSettings._native = settings;
103 return nativeSettings;
104 }
105 return null;
106 }
107
108 get androidInstallIfNotAvailable(): boolean {
109 return this.native?.androidInstallIfNotAvailable;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected