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

Method getNative

packages/firebase-ui/index.ios.ts:207–212  ·  view source on GitHub ↗
(ui: UI)

Source from the content-addressed store, hash-verified

205 allowNewAccounts = true;
206
207 getNative(ui: UI) {
208 if (this.requireName) {
209 return FUIEmailAuth.alloc().initAuthAuthUISignInMethodForceSameDeviceAllowNewEmailAccountsRequireDisplayNameActionCodeSetting(ui.native, this.actionCodeSettings ? FIREmailLinkAuthSignInMethod : FIREmailPasswordAuthSignInMethod, this._forceSameDevice, this.allowNewAccounts, this.requireName, this.actionCodeSettings?.native ?? FIRActionCodeSettings.new());
210 }
211 return FUIEmailAuth.alloc().initAuthAuthUISignInMethodForceSameDeviceAllowNewEmailAccountsActionCodeSetting(ui.native, FIREmailLinkAuthSignInMethod, this._forceSameDevice, this.allowNewAccounts, this.actionCodeSettings?.native ?? FIRActionCodeSettings.new());
212 }
213}
214
215export class PhoneProvider extends ProviderBase {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected