doc method

  1. @override
DocumentReferencePlatform doc(
  1. String documentPath
)

Gets a DocumentReferencePlatform for the specified Firestore path.

Implementation

@override
DocumentReferencePlatform doc(String documentPath) =>
    DocumentReferenceWeb(this, _delegate, documentPath);