I do not understand the following paragraph from Firestore doc
https://firebase.google.com/docs/firestore/manage-data/add-data
If you're not sure whether the document exists, pass the option to merge the new data with any existing document to avoid overwriting entire documents.
How can it overwrite entire documents?