docRef function

Convenience constructor for a Firestore document reference type.

Implementation

DocumentReferenceType docRef(FirestoreCollectionHandle collection) =>
    DocumentReferenceType(collection);