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

Method photoURL

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

Source from the content-addressed store, hash-verified

172 }
173
174 get photoURL(): string {
175 let url;
176 try {
177 url = this.native?.getPhotoUrl()?.toString?.();
178 } catch (e) {}
179 return url;
180 }
181
182 get metadata(): UserMetadata {
183 return UserMetadata.fromNative(this.native?.getMetadata?.());

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.65

Tested by

no test coverage detected