UNPKG

veritatisdoloremque

Version:
29 lines (19 loc) 722 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; [setWithPriority](./database.ondisconnect.setwithpriority.md) ## OnDisconnect.setWithPriority() method <b>Signature:</b> ```typescript setWithPriority( value: any, priority: number | string | null, onComplete?: (a: Error | null) => any ): Promise<any>; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | value | any | | | priority | number \| string \| null | | | onComplete | (a: Error \| null) =&gt; any | | <b>Returns:</b> Promise&lt;any&gt;