(documentRef: DocumentReference)
| 1302 | } |
| 1303 | |
| 1304 | delete(documentRef: DocumentReference) { |
| 1305 | return WriteBatch.fromNative(this.native.delete(documentRef.native)); |
| 1306 | } |
| 1307 | |
| 1308 | set(documentRef: DocumentReference, data: DocumentData, options?: SetOptions): WriteBatch { |
| 1309 | if (options) { |
nothing calls this directly
no test coverage detected