()
| 28 | once(eventType: EventType, successCallback?: undefined | ((a: IDataSnapshot, b: string | null) => any), failureCallbackContext?: (a: Error) => void | Record<string, any> | null): Promise<IDataSnapshot>; |
| 29 | orderByChild(path: string): IQuery; |
| 30 | orderByKey(): IQuery; |
| 31 | orderByPriority(): IQuery; |
| 32 | orderByValue(): IQuery; |
| 33 | startAt(value: number | string | boolean | null, key?: undefined | string): IQuery; |
no outgoing calls
no test coverage detected