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

Method allowNewAccounts

packages/firebase-ui/index.android.ts:239–242  ·  view source on GitHub ↗
(allow: boolean)

Source from the content-addressed store, hash-verified

237 _allowNewAccounts: boolean = true;
238
239 set allowNewAccounts(allow: boolean) {
240 this._allowNewAccounts = allow;
241 this._builder.setAllowNewAccounts(allow);
242 }
243
244 get allowNewAccounts(): boolean {
245 return this._allowNewAccounts;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected