collection method
Gets a CollectionReference for the path
.
Implementation
CollectionReference collection(String path, {String? studyId}) =>
CollectionReference._(this, getStudyId(studyId), path);
Gets a CollectionReference for the path
.
CollectionReference collection(String path, {String? studyId}) =>
CollectionReference._(this, getStudyId(studyId), path);