-
Notifications
You must be signed in to change notification settings - Fork 206
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
Lay the groundwork for v3 #450
Conversation
This is required by `@types/protobufjs`.
Thanks for the reviews @bkendall, @joehan, @thechenky! I replied to all of the comments and made some adjustments, I linked commits in some of the replies, so it's easier to review. |
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.
I'll reconfirm the changes that remove the FIREBASE_PROJECT env var, but otherwise this looks good!
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.
Confirming that we no longer use FIREBASE_PROJECT
env var and it's safe to remove.
@merlinnot just those two changes in |
Let me know if you need any help on other tasks towards v3. |
Also @merlinnot FYI we are going to try to release this today as part of a suite of changes with other products dropping node 6 support. |
@thechenky Done! |
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.
Perfect, thanks!!
lay the groundwork v.3(firebase#450)
Description
This PR creates a foundation for a v3 release of the library, which drops support for Node.js 6. Package version is not changed deliberately, as more breaking changes might be staged in this release.
Although there's not that many changes, I made some well-named commits, so it might be easier to review one by one.
Supersedes #440