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

Method defaultEmail

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

Source from the content-addressed store, hash-verified

226 _defaultEmail: string = '';
227
228 get defaultEmail(): string {
229 return this._defaultEmail;
230 }
231
232 set defaultEmail(value: string) {
233 this._defaultEmail = value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected