<!-- 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; [path](./firestore_lite.collectionreference.path.md)

## CollectionReference.path property

A string representing the path of the referenced collection (relative to the root of the database).

<b>Signature:</b>

```typescript
get path(): string;
```
