Skip to content

Instantly share code, notes, and snippets.

@marcustw
Last active October 18, 2021 09:58
Show Gist options
  • Save marcustw/5ce951a33123af48eb58ee81025a9bf6 to your computer and use it in GitHub Desktop.
Save marcustw/5ce951a33123af48eb58ee81025a9bf6 to your computer and use it in GitHub Desktop.
init code for firebase functions
const functions = require("firebase-functions");
const admin = require('firebase-admin');
const nodemailer = require('nodemailer');
const cors = require('cors')({origin: true});
admin. initializeApp();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment