How exactly do you update a specific value in a list based on it\'s index? For example, in the following list:
0 [
{
first_name: name0,
last_
For all client languages and platforms, it's currently not possibly to issue a single command to update an array item by index. There is no special syntax for that. What you will need to do instead is read the document, modify the field array data in the way that you want, and update that field back to the document, in its entirety. You can do this in a transaction if you want the update to be atomic.
See also: