UNPKG

veritatisdoloremque

Version:
31 lines (21 loc) 982 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; [on](./database.query.on.md) ## Query.on() method <b>Signature:</b> ```typescript on( eventType: EventType, callback: (a: DataSnapshot, b?: string | null) => any, cancelCallbackOrContext?: ((a: Error) => any) | object | null, context?: object | null ): (a: DataSnapshot, b?: string | null) => any; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | eventType | [EventType](./database.eventtype.md) | | | callback | (a: [DataSnapshot](./database.datasnapshot.md)<!-- -->, b?: string \| null) =&gt; any | | | cancelCallbackOrContext | ((a: Error) =&gt; any) \| object \| null | | | context | object \| null | | <b>Returns:</b> (a: [DataSnapshot](./database.datasnapshot.md)<!-- -->, b?: string \| null) =&gt; any