<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/database](./database.md) &gt; [Unsubscribe](./database.unsubscribe.md)

## Unsubscribe type

A callback that can invoked to remove a listener.

<b>Signature:</b>

```typescript
export declare type Unsubscribe = () => void;
```
