Skip to content

Instantly share code, notes, and snippets.

@alexandermckay
Created October 19, 2019 08:57
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 alexandermckay/fb73ec8be357eb5c9582e8ecd7c730e1 to your computer and use it in GitHub Desktop.
Save alexandermckay/fb73ec8be357eb5c9582e8ecd7c730e1 to your computer and use it in GitHub Desktop.
minimum-viable-function-a
const admin = require('firebase-admin');
const sendEmail = require('./sendEmail'); // doesn't exist yet
admin.initializeApp();
exports.sendEmail = sendEmail;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment