UNPKG

veritatisdoloremque

Version:
24 lines (15 loc) 729 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@firebase/database](./database.md) &gt; [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) | |