voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 374 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) > [displayName](./auth.userinfo.displayname.md)
## UserInfo.displayName property
The display name of the user.
<b>Signature:</b>
```typescript
readonly displayName: string | null;
```