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

Method displayName

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

Source from the content-addressed store, hash-verified

144 }
145
146 get displayName(): string {
147 return this.native?.getDisplayName?.();
148 }
149
150 get anonymous() {
151 return this.native?.isAnonymous?.();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected