-
Notifications
You must be signed in to change notification settings - Fork 926
Partial Typings Revert #401
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
Conversation
👍 |
This would be great. Holding on 4.8.0 until a consensus is reached on this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Just one minor nit.
"devDependencies": { | ||
"typescript": "^2.4.2" | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add new line
This has been prereleased under the |
Thanks @jshcrowthe & @hiranya911 ! Looks like its working. Been using it in a ionic project since yesterday. Will keep an eye out for any issues. |
We have had several issues (e.g. #393, #392, #387, #388) related to the typings change that was made.
This change reverts the changes that were made to the top-level
firebase
NPM package. Packages depending on that should no longer be broken, but this change preserves the changes in the Semver major 0@firebase/*
packages.Users who are on the old types consuming through the
firebase
package, should see issues resolved, while users who are on the experimental@firebase/*
packages should not have to update their apps again.