Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@silvolu
Created March 17, 2018 00:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save silvolu/9c021414e0210c09ca354210dca06056 to your computer and use it in GitHub Desktop.
Save silvolu/9c021414e0210c09ca354210dca06056 to your computer and use it in GitHub Desktop.
Publish Actions on Google V2 apps from Cloud Functions for Firebase
const functions = require('firebase-functions')
const { dialogflow } = require('actions-on-google')
const app = dialogflow()
exports.factsAboutGoogle = functions.https.onRequest(app)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment