haleem13

Results 2 comments of haleem13

Hi I am facing the same problem is there anyone that could help me ????

` Firestore.instance .collection('YourCollection') .document('YourDocument') .updateData({'array':FieldValue.arrayUnion(['data1','data2','data3'])});` How to do this with firedart?????