Firebase MCP
by gannonh
Verified
firestore_list_documents
List documents from a Firestore collection with optional filtering
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collection | Yes | Collection name | |
filters | No | Array of filter conditions | |
limit | No | Number of documents to return | |
pageToken | No | Token for pagination to get the next page of results |