veritatisdoloremque
Version:
Monorepo for the Firebase JavaScript SDK
24 lines (15 loc) • 729 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/database](./database.md) > [OnDisconnect](./database.ondisconnect.md)
## OnDisconnect interface
<b>Signature:</b>
```typescript
export interface OnDisconnect
```
## Methods
| Method | Description |
| --- | --- |
| [cancel(onComplete)](./database.ondisconnect.cancel.md) | |
| [remove(onComplete)](./database.ondisconnect.remove.md) | |
| [set(value, onComplete)](./database.ondisconnect.set.md) | |
| [setWithPriority(value, priority, onComplete)](./database.ondisconnect.setwithpriority.md) | |
| [update(values, onComplete)](./database.ondisconnect.update.md) | |