How to read specefic document in firestore?

Hi All,
So i have a “Users” collection in firestore, and i want to read one of the documents.
The document i want to read has a UserUID as its Document ID, so my question is how can i read that document?
This is the code im currently using


I would really appreciate the help