voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 498 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/firestore](./firestore.md) > [/](./firestore_.md) > [CollectionReference](./firestore_.collectionreference.md) > [path](./firestore_.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;
```