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
firebase-tools: 12.4.8
Platform: all
Emulate a local extension with no params listed in extension.yaml - it will error with 'cannot read property filter of undefined'.
The offending bit of code is https://github.com/firebase/firebase-tools/blob/master/src/extensions/emulator/optionsHelper.ts#L92
Should be able to emulate extensions that have 0 params.
Error out with 'cannot read property filter of undefined'.
The text was updated successfully, but these errors were encountered:
joehan
Successfully merging a pull request may close this issue.
[REQUIRED] Environment info
firebase-tools: 12.4.8
Platform: all
[REQUIRED] Test case
Emulate a local extension with no params listed in extension.yaml - it will error with 'cannot read property filter of undefined'.
The offending bit of code is https://github.com/firebase/firebase-tools/blob/master/src/extensions/emulator/optionsHelper.ts#L92
[REQUIRED] Steps to reproduce
Emulate a local extension with no params listed in extension.yaml - it will error with 'cannot read property filter of undefined'.
[REQUIRED] Expected behavior
Should be able to emulate extensions that have 0 params.
[REQUIRED] Actual behavior
Error out with 'cannot read property filter of undefined'.
The text was updated successfully, but these errors were encountered: