I am updating my old flutter code with the new FlutterFire API. I use a setData with merge: true in one of my functions to update some document fields
setData
merge: true
You have to do the following:
set({"name" : "akbarB"}, SetOptions(merge : true))