We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Any test I create using the @firebase/testing library litters my test output with DeprecationWarnings.
@firebase/testing
DeprecationWarning
(node:10167) DeprecationWarning: grpc.load: Use the @grpc/proto-loader module with grpc.loadPackageDefinition instead
@firebase/testing: "~0.9.4"
Not sure how simple the fix is as I am unfamiliar with the library but I'm pretty sure it's this line.
firebase-js-sdk/packages/testing/src/api/index.ts
Line 35 in 9f6dbc8
The text was updated successfully, but these errors were encountered:
I found a few problems with this issue:
Sorry, something went wrong.
This was fixed by #1806
ryanpbrewster
No branches or pull requests
Any test I create using the
@firebase/testing
library litters my test output withDeprecationWarning
s.(node:10167) DeprecationWarning: grpc.load: Use the @grpc/proto-loader module with grpc.loadPackageDefinition instead
@firebase/testing: "~0.9.4"
Not sure how simple the fix is as I am unfamiliar with the library but I'm pretty sure it's this line.
firebase-js-sdk/packages/testing/src/api/index.ts
Line 35 in 9f6dbc8
The text was updated successfully, but these errors were encountered: