This evening my firebase functions will not deploy. I get the error:
Error: package.json in functions directory has an engines field which is unsupported. Valid choices are: {"node": "10"}, {"node":"12"}, and {"node":"14"}.
I have been using engine node v16 for some time. Has support for node 16 really been removed from firebase functions? Or is there an outage/error in the cloud functions deployment framework. Anyone else having this issue?