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
macOS 14.6.1
Chrome/127.0.6533.120
10.12.5
Functions
Vue app with Vite
Trying to set a custom domain using getFunction(app, 'https://example.org/functions') doesn't work due to the SDK not handling it correctly.
getFunction(app, 'https://example.org/functions')
I already have a fix. I'm only opening this issue since it is required to do so to open a PR.
Just do getFunction(app, 'https://example.org/functions'), the functions get's send to just the origin without the path.
The text was updated successfully, but these errors were encountered:
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Operating System
macOS 14.6.1
Browser Version
Chrome/127.0.6533.120
Firebase SDK Version
10.12.5
Firebase SDK Product:
Functions
Describe your project's tooling
Vue app with Vite
Describe the problem
Trying to set a custom domain using
getFunction(app, 'https://example.org/functions')
doesn't work due to the SDK not handling it correctly.I already have a fix. I'm only opening this issue since it is required to do so to open a PR.
Steps and code to reproduce issue
Just do
getFunction(app, 'https://example.org/functions')
, the functions get's send to just the origin without the path.The text was updated successfully, but these errors were encountered: