how to edit an array element present in firestore [duplicate]
问题 This question already has answers here : Flutter: Update specific index in list (Firestore) (1 answer) Flutter: How to update an Array within an Array in the firestore (1 answer) Closed 9 months ago . I have an array of strings present in firestore. I want to edit the string present at a particular index. How can I do this? For example, let the array be ["help","me","please"]; How can I change "help" to "don't help" in flutter? The closest I've gotten to editing the array is adding an element