You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}`)
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: