Skip to content

Instantly share code, notes, and snippets.

@jonataspinto
Created October 6, 2020 21:37
Show Gist options
  • Save jonataspinto/f6ad71aa0da93fc0dd4aff3c9634f2ad to your computer and use it in GitHub Desktop.
Save jonataspinto/f6ad71aa0da93fc0dd4aff3c9634f2ad to your computer and use it in GitHub Desktop.
const functions = require('firebase-functions');
const server = require('./src/server');
const api = functions.https.onRequest(server);
module.exports = {api};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment