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

Method displayName

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

Source from the content-addressed store, hash-verified

135 }
136
137 get displayName(): string {
138 return this.native?.displayName;
139 }
140
141 get anonymous() {
142 return this.native?.anonymous();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected