The collection where to store the document.
The name of the document where to write a field.
The field where to write.
The value to write.
Optional callbackStateVariable: VariableThe variable where to store the result.
Optional merge: boolean = trueShould the new field replace the document or be merged with the document?
Writes a field of a document.