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

Method email

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

Source from the content-addressed store, hash-verified

474 }
475
476 get email(): string {
477 return this.native.getEmail();
478 }
479
480 get phoneNumber(): string {
481 return this.native.getPhoneNumber();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected