-
Notifications
You must be signed in to change notification settings - Fork 56
fix(firestore-semantic-search): add enforceAppCheck to queryIndex function #689
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
base: main
Are you sure you want to change the base?
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.
Pull Request Overview
This PR enforces App Check on the queryIndex function and updates the extension version.
- Wraps
queryIndexwithrunWith({ enforceAppCheck: true }) - Bumps extension version to 0.1.10 in
extension.yaml - Adds a changelog entry for version 0.1.10
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| functions/src/index.ts | Added runWith({ enforceAppCheck: true }) to queryIndex |
| extension.yaml | Updated version to 0.1.10 |
| CHANGELOG.md | Documented the App Check fix under version 0.1.10 |
|
Maybe we want to make this optional? Could be a breaking change atm? |
| label: Enforce App Check | ||
| description: >- | ||
| Enforce App Check for the extension's functions. | ||
| type: boolean |
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.
is type: boolean supported?
Fixes #686