doc method

DocumentReference doc([
  1. String documentPath
])

Get a DocumentReference for the document within the collection at the specified path.

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

Implementation

external DocumentReference doc([String documentPath]);