firestore-query-collection-by-path
Query Firestore documents by specifying full collection paths, including subcollections, with filter conditions to retrieve specific data.
Instructions
Query documents in 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') | |
| filters | Yes | Array of filter conditions | |
| limit | No | Maximum number of results to return | |
| orderBy | No | Order specification |