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

Method name

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

Source from the content-addressed store, hash-verified

470 }
471
472 get name(): string {
473 return this.native.getName();
474 }
475
476 get email(): string {
477 return this.native.getEmail();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected