voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
21 lines (12 loc) • 577 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/database](./database.md) > [ListenOptions](./database.listenoptions.md)
## ListenOptions interface
An options objects that can be used to customize a listener.
<b>Signature:</b>
```typescript
export declare interface ListenOptions
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [onlyOnce?](./database.listenoptions.onlyonce.md) | boolean | <i>(Optional)</i> Whether to remove the listener after its first invocation. |