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

Method native

packages/firebase-ui/index.android.ts:166–174  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

164 }
165
166 get native() {
167 return this._native
168 .setUrl(this.url || '')
169 .setIOSBundleId(this.iOSBundleId || '')
170 .setHandleCodeInApp(this.handleCodeInApp || false)
171 .setDynamicLinkDomain(this.dynamicLinkDomain || '')
172 .setAndroidPackageName(this.androidPackageName || '', this.androidInstallIfNotAvailable || false, this.androidMinimumVersion || '')
173 .build();
174 }
175
176 get android() {
177 return this.native;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected