-
Notifications
You must be signed in to change notification settings - Fork 894
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
Switch from 'grpc' to '@grpc/grpc-js' dependency. #1804
Conversation
Fixes #1783, reduces package size, and should ease compatibility issues with Electron, etc.
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.
👍
@mikelehen This seems great, but the latest release of @firebase/firestore now doesn't work on node 6 with this, given @grpc/grpc-js requirement for node v8. Is there a reasonable remedy? |
@jeffreypriebe To be clear, are you using the firebase npm module (in which case this is the right github repo)? Or are you using firebase-admin or @google-cloud/firestore? |
@jeffreypriebe (I'm asking because usually you would use firebase-admin if you're using Cloud Functions...) |
This reverts commit 4771184. Since this changes our minimum node dependency from v6 to v8, it is a breaking change and can't be done at this time.
@jeffreypriebe We've ended up reverting this change (will be in the next release) since it is a breaking change to remove support for v6. We will hold off until our next breaking change release. That said, node v6 has reached end-of-life (https://github.com/nodejs/Release#end-of-life-releases) and you should definitely strive to upgrade when you can. |
…rebase#1804)" (firebase#1813)" This reverts commit ae32b2b.
Fixes #1783, reduces package size, and should ease compatibility issues with Electron, etc.