Firebase – How to use VueUse useFirestore() with a Where QueryConstraint?
I have a Firestore users doc that looks something like this: { currentCompanyId: "123", displayName: "Mary Jane" } And a Firestore websites doc that looks something like this: { companyId: "123", homePageUrl: "https://www.google.com/" } Now I'm trying to use the…