(callback: (result: IQueryDocumentSnapshot<T>, index: number) => void, thisArg?: any)
| 159 | docChanges(options?: SnapshotListenOptions): IDocumentChange<T>[]; |
| 160 | |
| 161 | forEach(callback: (result: IQueryDocumentSnapshot<T>, index: number) => void, thisArg?: any): void; |
| 162 | } |
| 163 | |
| 164 | export interface SetOptions { |
no outgoing calls
no test coverage detected