doc method
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);