UNPKG

voluptasmollitia

Version:
14 lines (8 loc) 585 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@firebase/firestore](./firestore.md) &gt; [lite](./firestore_lite.md) &gt; [CollectionReference](./firestore_lite.collectionreference.md) &gt; [parent](./firestore_lite.collectionreference.parent.md) ## CollectionReference.parent property A reference to the containing `DocumentReference` if this is a subcollection. If this isn't a subcollection, the reference is null. <b>Signature:</b> ```typescript get parent(): DocumentReference<DocumentData> | null; ```