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

Method displayName

packages/firebase-auth/index.ios.ts:86–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84 }
85
86 get displayName(): string {
87 return this.native?.valueForKey('displayName');
88 }
89
90 get email(): string {
91 return this.native?.valueForKey('email');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected