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