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

Method displayName

packages/firebase-auth/index.android.ts:91–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89 }
90
91 get displayName(): string {
92 return this.native?.getDisplayName?.();
93 }
94
95 get email(): string {
96 return this.native?.getEmail?.();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected