feat(core): Upgrade to exp #2770
Draft
+25,896
−12,191
Conversation
Closed
|
Firebase has released new version, when is this PR available? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Experimental AngularFire
This PR is an experiment to upgrade AngularFire to use this new library. The goals of the PR are to:
Due to the class based nature of AngularFire, the current API is not able to fully take advantage of tree-shaking. In order to fully take advantage of all the size reduction benefits we will need a new API. Upgrading to a new API may not seem like an appetizing task to you, and we fully understand that. To make the transition easier we will attempt to do our best to keep the current API stable alongside the new API. This means in future versions of AngularFire you will be able to use the current API while upgrading to the new one. We imagine that the size savings from the new API will be well worth the effort. We also have a few new features planned for this new API that I'll detail in a later PR.
So sit tight for now. There's nothing too interesting going on here, but there will be soon!