voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 409 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) > [onlyOnce](./database.listenoptions.onlyonce.md)
## ListenOptions.onlyOnce property
Whether to remove the listener after its first invocation.
<b>Signature:</b>
```typescript
readonly onlyOnce?: boolean;
```