(options?: SnapshotListenOptions)
| 157 | size: number; |
| 158 | |
| 159 | docChanges(options?: SnapshotListenOptions): IDocumentChange<T>[]; |
| 160 | |
| 161 | forEach(callback: (result: IQueryDocumentSnapshot<T>, index: number) => void, thisArg?: any): void; |
| 162 | } |
nothing calls this directly
no outgoing calls
no test coverage detected