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

Method native

packages/firebase-auth/index.android.ts:620–628  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

618 }
619
620 get native() {
621 return this._native
622 .setUrl(this.url || '')
623 .setIOSBundleId(this.iOSBundleId || '')
624 .setHandleCodeInApp(this.handleCodeInApp || false)
625 .setDynamicLinkDomain(this.dynamicLinkDomain || '')
626 .setAndroidPackageName(this.androidPackageName || '', this.androidInstallIfNotAvailable || false, this.androidMinimumVersion || '')
627 .build();
628 }
629
630 get android() {
631 return this.native;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected