firestore-get-collection-by-path
Retrieve documents from a Firestore collection using its full path, including subcollections, to access structured data efficiently.
Instructions
Get documents from a collection using full path (supports subcollections)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collectionPath | Yes | Full path to the collection (e.g., 'users/userId1/orders') |