Skip to content

Instantly share code, notes, and snippets.

@fnishio
fnishio / index.js
Created October 13, 2018 01:58
Firebase Cloud Functions
'use strict';
const functions = require('firebase-functions');
const admin = require('firebase-admin');
const {WebhookClient} = require('dialogflow-fulfillment');
process.env.DEBUG = 'dialogflow:debug'; // enables lib debugging statements
admin.initializeApp()