When running the newest firebase tools I still get this warning:
Warning: You're using Node.js v8.11.3 but Google Cloud Functions only supports v6.11.5.
Why is that? My understanding is that cloud functions support node 8 if you put
"engines": { "node": "8" },
in package.json