()
| 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; |
| 34 | toString(): string; |
no outgoing calls
no test coverage detected