UNPKG

veritatisdoloremque

Version:
23 lines (13 loc) 556 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) &gt; [remove](./database.ondisconnect.remove.md) ## OnDisconnect.remove() method <b>Signature:</b> ```typescript remove(onComplete?: (a: Error | null) => any): Promise<void>; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | onComplete | (a: Error \| null) =&gt; any | | <b>Returns:</b> Promise&lt;void&gt;