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

Method email

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

Source from the content-addressed store, hash-verified

527 }
528
529 get email(): string {
530 return this.native.getEmail();
531 }
532
533 get idpSecret(): string {
534 return this.native.getIdpSecret();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected