Skip to content
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

Remove all references to @firebase/polyfill from repo #6543

Merged
merged 3 commits into from
Aug 18, 2022
Merged

Conversation

hsubox76
Copy link
Contributor

@hsubox76 hsubox76 commented Aug 18, 2022

We previously provided a @firebase/polyfill library for polyfills needed to get the SDK working in older browsers. We stopped providing this upon the v9 release, as official policy on v9 release was to ask users to provide their own polyfills if they need them. It's still included as a dependency in packages/firebase/package.json and it's imported in the compat CDN builds. I'm not sure if that was intentional, but since we don't maintain the package any more (it's been deleted from the repo) and can't update it, I don't think we should depend on it.

Removed import in compat CDN and dependency from firebase/package.json. Also updated the version of firebase in e2e/ even though it doesn't matter (it's reinstalled every time the e2e workflow runs), just so @firebase/polyfill gets removed from its yarn.lock as well.

Fixes #6503

@changeset-bot
Copy link

changeset-bot bot commented Aug 18, 2022

🦋 Changeset detected

Latest commit: 43f99bd

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

This PR includes changesets to release 1 package
Name Type
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

@google-oss-bot
Copy link
Contributor

google-oss-bot commented Aug 18, 2022

Copy link
Contributor

@dwyfrequency dwyfrequency left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@google-oss-bot
Copy link
Contributor

google-oss-bot commented Aug 18, 2022

@hsubox76 hsubox76 merged commit dcfebe8 into master Aug 18, 2022
@hsubox76 hsubox76 deleted the ch-core-js branch August 18, 2022 18:22
@google-oss-bot google-oss-bot mentioned this pull request Aug 18, 2022
@firebase firebase locked and limited conversation to collaborators Sep 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

upgrade @firebase/polyfill core-js
3 participants