voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 344 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/database](./database.md) > [Unsubscribe](./database.unsubscribe.md)
## Unsubscribe type
A callback that can invoked to remove a listener.
<b>Signature:</b>
```typescript
export declare type Unsubscribe = () => void;
```