Firebase – How to reference a VueUse useFirestore ref in another useFirestore?
I'm trying to use the VueUse useFirestore() wrapper. It returns a ref that is in sync with a Firestore document. Currently I can use it to get and display a users doc. But now I need to get and display…