I am wondering how I can update an item in a multidimensional array in Firebase.
It would go Collection -> Document -> Field -> Array -> Array -> Field
See my attached screen shot.
I need to update the accountBodyContent
I am wondering how I can update an item in a multidimensional array in Firebase.
It would go Collection -> Document -> Field -> Array -> Array -> Field
See my attached screen shot.
I need to update the accountBodyContent
You won't be able to modify an element within your nested array but you can use arrayUnion and arrayRemove methods to replace it.