We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The URL used to call the transform fn is not correct. This extension will continue to call the remote project rather than the local demo porject.
firestore-algolia-search/functions/src/transform.ts Line 24 in 5bfc57d const response = await fetch(`https://${ config.location }-${ config.projectId }.cloudfunctions.net/${ config.transformFunction }`, {
firestore-algolia-search/functions/src/transform.ts
Line 24 in 5bfc57d
https://firebase.google.com/docs/emulator-suite/install_and_configure#use_the_emulator_hub_rest_api
https://firebase.google.com/docs/emulator-suite/use_extensions
Project IDs for demo projects have the demo- prefix.
https://firebase.google.com/docs/functions/local-emulator#instrument_your_app_for_https_functions_emulation
https://localhost:5001/$PROJECT/us-central1/helloWorld
The text was updated successfully, but these errors were encountered:
No branches or pull requests
describe the problem
The URL used to call the transform fn is not correct. This extension will continue to call the remote project rather than the local demo porject.
references
https://firebase.google.com/docs/emulator-suite/install_and_configure#use_the_emulator_hub_rest_api
https://firebase.google.com/docs/emulator-suite/use_extensions
https://firebase.google.com/docs/functions/local-emulator#instrument_your_app_for_https_functions_emulation
The text was updated successfully, but these errors were encountered: