Skip to content

Instantly share code, notes, and snippets.

@kemalekren
Created December 14, 2019 13:45
Show Gist options
  • Save kemalekren/0fe6a371c104fa057453778fbab92ad9 to your computer and use it in GitHub Desktop.
Save kemalekren/0fe6a371c104fa057453778fbab92ad9 to your computer and use it in GitHub Desktop.
const functions = require('firebase-functions');
const admin = require('firebase-admin');
const nodemailer = require('nodemailer');
const cors = require('cors')({ origin: true });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment