firebase-tools: Deploy functions not working
[REQUIRED] Environment info
firebase-tools: 11.2.2
Platform: macOS
[REQUIRED] Test case
firebase deploy --only functions
[REQUIRED] Steps to reproduce
firebase deploy --only functions
[REQUIRED] Expected behavior
Must works.
[REQUIRED] Actual behavior
Throw error: Error: CEL evaluation of expression 'undefined' not yet supported
NDA.
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Reactions: 2
- Comments: 17 (6 by maintainers)
firebase-toolsv11.3.0also affected.v11.1.0not affected.Same here, downgrade to 11.1.0 helped.
We just released firebase-tools
11.4.2that should fix this issue. Please upgrade to that version and retry task function deployments. ThanksHaving the same issue here when trying to deploy a task function (first time deploying a task function):
Error: CEL evaluation of expression 'undefined' not yet supportedI see this issue as well - for me it only occurs when I include a “task” function in the deployment (just started experimenting with it). If I comment out the task function everything is deploying. firebase-tools - 11.3.0 firebase-admin - 10.3.0
@ianitsky could you open a separate issue? This is going to be tracking the
"CEL evaluation"issue, which I don’t think you’re experiencing. Thanks