Login Auth using firebase with different collections and documents in SwiftUI

I have two collections in Firestore (Instructor, Student), and each collection has a bunch of documents. How can I access each document with the Auth method?

And I have two buttons: (Log in as Student, Log in as Instructor). I want each button to access the collection and the wanted document.

Button1: Log in as Student -> "Student" collection.

Button2: Log in as Instructor -> "Instructor" collection.

Login Auth using firebase with different collections and documents in SwiftUI
 
 
Q