quodolores
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 367 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/auth](./auth.md) > [UserInfo](./auth.userinfo.md) > [photoURL](./auth.userinfo.photourl.md)
## UserInfo.photoURL property
The profile photo URL of the user.
<b>Signature:</b>
```typescript
readonly photoURL: string | null;
```