<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/auth](./auth.md) &gt; [Auth](./auth.auth.md) &gt; [currentUser](./auth.auth.currentuser.md)

## Auth.currentUser property

The currently signed-in user (or null).

<b>Signature:</b>

```typescript
readonly currentUser: User | null;
```
