MCPcopy Index your code
hub / github.com/NativeScript/firebase / fromNative

Method fromNative

packages/firebase-auth/index.ios.ts:128–135  ·  view source on GitHub ↗
(user: FIRUser)

Source from the content-addressed store, hash-verified

126 }
127
128 static fromNative(user: FIRUser) {
129 if (user instanceof FIRUser) {
130 const usr = new User();
131 usr._native = user;
132 return usr;
133 }
134 return null;
135 }
136
137 get displayName(): string {
138 return this.native?.displayName;

Callers 15

metadataMethod · 0.45
providerDataMethod · 0.45
deleteMethod · 0.45
getIdTokenMethod · 0.45
getIdTokenResultMethod · 0.45
linkWithCredentialMethod · 0.45
reloadMethod · 0.45
sendEmailVerificationMethod · 0.45
unlinkMethod · 0.45
updateEmailMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected