collection method

  1. @override
CollectionReferencePlatform collection(
  1. String collectionPath
)

Gets a CollectionReferencePlatform for the specified Firestore path.

Implementation

@override
CollectionReferencePlatform collection(String collectionPath) {
  return CollectionReferenceWeb(this, _delegate, collectionPath);
}