UNPKG

voluptasmollitia

Version:
21 lines (12 loc) 577 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@firebase/database](./database.md) &gt; [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. |