UNPKG

veritatisdoloremque

Version:
29 lines (19 loc) 724 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@firebase/database](./database.md) &gt; [Query](./database.query.md) &gt; [off](./database.query.off.md) ## Query.off() method <b>Signature:</b> ```typescript off( eventType?: EventType, callback?: (a: DataSnapshot, b?: string | null) => any, context?: object | null ): void; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | eventType | [EventType](./database.eventtype.md) | | | callback | (a: [DataSnapshot](./database.datasnapshot.md)<!-- -->, b?: string \| null) =&gt; any | | | context | object \| null | | <b>Returns:</b> void