Can a tutor have two students?
if this a unique relationship(1 student per tutor), the way to get around this would be to set the tutor's id as a field on the student document, and then query based on that
where("tutor","==",`${auth.currentUser.uid}`)
Can a tutor have two students?
if this a unique relationship(1 student per tutor), the way to get around this would be to set the tutor's id as a field on the student document, and then query based on that