veritatisdoloremque
Version:
Monorepo for the Firebase JavaScript SDK
29 lines (19 loc) • 724 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/database](./database.md) > [Query](./database.query.md) > [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) => any | |
| context | object \| null | |
<b>Returns:</b>
void