You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the document does exist, its contents will be overwritten with the newly provided data, unless you specify that the data should be merged into the existing document, as follows:
From the Firestore docs:
https://firebase.google.com/docs/firestore/manage-data/add-data#set_a_document
Please add this feature to Flutter's Firestore plugin.