Skip to content

Instantly share code, notes, and snippets.

@davidgilbertson
Last active December 30, 2019 23:56
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 davidgilbertson/c62c30b02eb71ac7be298d2f9793aa63 to your computer and use it in GitHub Desktop.
Save davidgilbertson/c62c30b02eb71ac7be298d2f9793aa63 to your computer and use it in GitHub Desktop.
const functions = require('firebase-functions');
const app = require('./app');
exports.api = functions.https.onRequest(app);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment