Edit: I had to rollback to : npm install firebase-functions@v1.10 --save Because apparently v2.0.0 has some system breaking changes. I\'ll probably make a separate questio
This has now been fixed in firebase-functions v2.0.1. Upgrade by running the following in your functions folder:
npm i firebase-functions@latest --save