()
| 1367 | } |
| 1368 | |
| 1369 | batch(): WriteBatch { |
| 1370 | return WriteBatch.fromNative(this.native.batch()); |
| 1371 | } |
| 1372 | |
| 1373 | collection(collectionPath: string): CollectionReference { |
| 1374 | return CollectionReference.fromNative(this.native.collectionWithPath(collectionPath)); |
nothing calls this directly
no test coverage detected