Hi,
I am building a Student Assessment app where the (admin) user needs to create a document that has a link to another user (student). In which case If I am to search for that (student) user and check their marks, it will show the document created by the (admin) user for the (student) user.
Users Collection
Admin (User)
Student (User)
Assessment Collection
Student (User)
Subject (String)
Mark (Integer)
I want to (admin) user to login, search for the (student) user and create a document for them.