* Creates an iterable from the provided get map. * @template T * @param {GetMapsFunction<T>} getMaps first * @returns {SnapshotIterable<T>} iterable
(getMaps)
| 591 | * @returns {SnapshotIterable<T>} iterable |
| 592 | */ |
| 593 | _createIterable(getMaps) { |
| 594 | return new SnapshotIterable(this, getMaps); |
| 595 | } |
| 596 | |
| 597 | /** |
| 598 | * Gets file iterable. |
no outgoing calls
no test coverage detected