Closed Mahsanali0786 closed 1 year ago
await Firestore.instance .collection('myCollection') .document('myDocument') .update( {'map.map2.field': 'value'}, ); in the above code when i try to update the field in map it just delete all the values. Kindly guide me?
await Firestore.instance .collection('myCollection') .document('myDocument') .update( {'map.map2.field': 'value'}, ); in the above code when i try to update the field in map it just delete all the values. Kindly guide me?