Flutter Firestore met à jour un champ de document particulier

FirebaseFirestore.instance.collection('collection_name').doc('document_id').update({'field_name': 'Some new data'});

https://stackoverflow.com/questions/58383016/how-to-update-field-on-document-on-cloud-firestore-using-flutter
namesaq