FirestoreBatch class
Buffered writes, applied atomically.
The same shape a transaction records, without the reads or the retry.
Constructors
Properties
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