doc method

DocumentReference doc(
  1. String documentPath
)

Gets a DocumentReference instance that refers to the document at the specified path.

@param documentPath A slash-separated path to a document. @return The DocumentReference instance.

Implementation

external DocumentReference doc(String documentPath);