public class WriteBatch extends UpdateBuilder<WriteBatch>
A Firestore WriteBatch that can be used to atomically commit multiple write operations at once. See Also: Firestore#batch()
Methods
commit()
public ApiFuture<List<WriteResult>> commit()
Applies the current WriteBatch and returns an array with WriteResults.
Type | Description |
ApiFuture<List<WriteResult>> | ApiFuture with a List of WriteResults |