()
| 1334 | } |
| 1335 | |
| 1336 | get android() { |
| 1337 | return this.native; |
| 1338 | } |
| 1339 | |
| 1340 | update<T extends DocumentData = DocumentData>(documentRef: DocumentReference<T>, data: Partial<{ [K in keyof T]: T[K] | FieldValue }>): WriteBatch; |
| 1341 | update<T extends DocumentData = DocumentData, K extends keyof T = string>(documentRef: DocumentReference<T>, field: K | FieldPath, value: FieldValue | T[K], moreFieldAndValues: any[]): WriteBatch; |
nothing calls this directly
no outgoing calls
no test coverage detected