Flutter – Add a new JSON object to an existing list array firebase firestore
My app has a feature where users can add their reviews. For example, it's like leaving a comment on Facebook. posting a user review should be stored in the reviews list. I think it can't be done this way .doc(DocId).update(review.toJson()).…