How do you use multiple conditionals on queries on the firestore database when using reactjs. I have the code for a single conditional but not multiple. I have found the documentation poor when using firestore with reactjs.
Single Conditional:
const qSnap = await getDocs(query(collectedInfoRef, where("email", "==", sendFields['user_email'])));