getDoc method

FireDoc getDoc(
  1. String name
)

Doc is a document in firestore Doc can include sub collections Doc can include fields and values

Implementation

FireDoc getDoc(String name) => FireDoc(_reference.doc(name));