I am obtaining a document using the following code:
db.collection("invites") .doc(inviteCode) .get() .then(async (docRef) =>