I'm trying to deploy the sample apiai-facts-about-google-nodejs on heroku. I've followed the instructions but when trying to start the app, in the logs, I get the error:
functions deploy factsAboutGoogle --trigger-http
sh: 1: functions: not found
This seems to be because the code was written for Google Cloud Functions. I think the command:
functions deploy xxxxxx --trigger-http
is GCF specific. Do I need to modify this code in some way to make it run on Heroku?
I saw this question/answer which seems to indicate it should just work as-is, but that's not what I'm seeing.