firebase-js-sdk icon indicating copy to clipboard operation
firebase-js-sdk copied to clipboard

Add browser iframe host to config

Open DanielaMazur opened this issue 1 year ago • 2 comments

This pull request reallocates the browser iframe host into the configuration. Currently, the host is hardcoded, making any attempt to modify the domain impossible. The necessity for such flexibility arises when, for instance, encountering firewall restrictions that impede the default domain.

By incorporating this domain into the configuration, developers gain the ability to customize it, facilitating scenarios where the default domain faces access challenges. This modification proves especially valuable when a custom domain is employed to act as a proxy, redirecting requests to apis.google.com.

DanielaMazur avatar Jan 11 '24 10:01 DanielaMazur

🦋 Changeset detected

Latest commit: 427d037756615548da3c477aa2387c07d05cea3b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@firebase/auth Patch
@firebase/auth-compat Patch
firebase Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

changeset-bot[bot] avatar Jan 11 '24 10:01 changeset-bot[bot]

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

google-cla[bot] avatar Jan 11 '24 10:01 google-cla[bot]