FirestoreBatch class

Buffered writes, applied atomically.

The same shape a transaction records, without the reads or the retry.

Constructors

FirestoreBatch()

Properties

hashCode → int
The hash code for this object.
no setterinherited
isEmpty → bool
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

commit() → Future<void>
delete(String path) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set(String path, Map<String, Object?> data, {bool merge = false}) → void
toString() → String
A string representation of this object.
inherited
update(String path, Map<String, Object?> data) → void

Operators

operator ==(Object other) → bool
The equality operator.
inherited