(limit: number)
| 22 | equalTo(value: number | string | boolean | null, key?: undefined | string): IQuery; |
| 23 | keepSynced(bool: boolean); |
| 24 | limitToFirst(limit: number): IQuery; |
| 25 | limitToLast(limit: number): IQuery; |
| 26 | off(eventType?: EventType, callback?: undefined | ((a: IDataSnapshot, b: string | null) => void), context?: Record<string, any>): void; |
| 27 | on(eventType: EventType, callback: (data: IDataSnapshot, previousChildKey: string | null) => void, cancelCallbackOrContext?: (a: Error) => void | Record<string, any> | null, context?: Record<string, any> | null): (a: IDataSnapshot | null, b: string | null) => void; |
no outgoing calls
no test coverage detected