This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying my Blockstack ID is secured with the address 1DiPZxFvfxMsbVisWpBTvUfoHdfRQUFVtF https://explorer.blockstack.org/address/1DiPZxFvfxMsbVisWpBTvUfoHdfRQUFVtF |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
var https = require ('https'); | |
const functions = require('firebase-functions'); | |
const DialogFlowApp = require('actions-on-google').DialogFlowApp; | |
console.log('set me'); | |
exports.dialogflowFirebaseFulfillment = functions.https.onRequest((request, response) => { | |
console.log('Inside Main function.....yessssssss'); |