()
| 1535 | } |
| 1536 | |
| 1537 | batch(): WriteBatch { |
| 1538 | return WriteBatch.fromNative(this.native.batch()); |
| 1539 | } |
| 1540 | |
| 1541 | collection(collectionPath: string): CollectionReference { |
| 1542 | return CollectionReference.fromNative(this.native.collection(collectionPath)); |
nothing calls this directly
no test coverage detected