firestore-query-collection
Query documents in a Firestore collection using filters, ordering, and limits to retrieve specific data from your database.
Instructions
Query documents in a Firestore collection
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collectionId | Yes | The ID of the collection | |
| filters | Yes | Array of filter conditions | |
| limit | No | Maximum number of results to return | |
| orderBy | No | Order specification |