UNPKG

voluptasmollitia

Version:
14 lines (8 loc) 481 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; [DocumentReference](./firestore_lite.documentreference.md) &gt; [parent](./firestore_lite.documentreference.parent.md) ## DocumentReference.parent property The collection this `DocumentReference` belongs to. <b>Signature:</b> ```typescript get parent(): CollectionReference<T>; ```