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

Method photoURL

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

Source from the content-addressed store, hash-verified

101 }
102
103 get photoURL(): string {
104 let url;
105 try {
106 url = this.native?.getPhotoUrl()?.toString?.();
107 } catch (e) {}
108 return url;
109 }
110
111 get providerId(): string {
112 return this.native?.getProviderId?.();

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.65

Tested by

no test coverage detected