-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[MCP] firestore_query_collection #8548
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Curious how it work in practice. Can you attach a screenshot of it?
I cooked something up. The challenge was I was getting an error and its because I am missing a composite index on the table for compound queries. Figured out how to surface that error. Will push updated code soon |
Good enough for now. Composite index is always a pain point for Firestore. Yeah, it probably would only work well with a single field filter. |
Description
Scenarios Tested
Sample Commands