You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.