<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/auth-types](./auth-types.md) &gt; [Auth](./auth-types.auth.md) &gt; [signOut](./auth-types.auth.signout.md)

## Auth.signOut() method

Signs out the current user.

<b>Signature:</b>

```typescript
signOut(): Promise<void>;
```
<b>Returns:</b>

Promise&lt;void&gt;

