writeBatch property
WriteBatch
writeBatch
final
The Firestore write batch for atomic operations
This batch can be:
- Used for additional operations
- Committed to apply all changes
- Passed to other batch operations
Implementation
final WriteBatch writeBatch;