UNPKG

veritatisdoloremque

Version:
29 lines (19 loc) 718 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@firebase/database](./database.md) &gt; [Reference](./database.reference.md) &gt; [setWithPriority](./database.reference.setwithpriority.md) ## Reference.setWithPriority() method <b>Signature:</b> ```typescript setWithPriority( newVal: any, newPriority: string | number | null, onComplete?: (a: Error | null) => any ): Promise<any>; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | newVal | any | | | newPriority | string \| number \| null | | | onComplete | (a: Error \| null) =&gt; any | | <b>Returns:</b> Promise&lt;any&gt;