firestore_query
Query Firestore collections in the Firebase emulator to inspect local data. Filter results by field, value, and operator, and limit the number of documents returned.
Instructions
Query documents in a Firestore collection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| collection | Yes | ||
| whereField | No | ||
| whereValue | No | ||
| whereOperator | No |