Skip to content

Instantly share code, notes, and snippets.

targets:
$default:
builders:
freezed:
generate_for:
include:
- lib/**/*state.dart
- lib/model/firestore/**/*.dart
json_serializable:
generate_for:
// See https://github.com/dialogflow/dialogflow-fulfillment-nodejs
// for Dialogflow fulfillment library docs, samples, and to report issues
'use strict';
const functions = require('firebase-functions');
const {WebhookClient} = require('dialogflow-fulfillment');
const {Card, Suggestion} = require('dialogflow-fulfillment');
process.env.DEBUG = 'dialogflow:debug'; // enables lib debugging statements