Creating a document in Firestore can be done with .add() or with .set(). For this particular questions, let\'s assume that the document holds a propert
.add()
.set()