Skip to content

Instantly share code, notes, and snippets.

@kostimarko
Created October 23, 2019 22:33
Show Gist options
  • Save kostimarko/3549eef606dc4ab90eb85c0540809e2f to your computer and use it in GitHub Desktop.
Save kostimarko/3549eef606dc4ab90eb85c0540809e2f to your computer and use it in GitHub Desktop.
exports.sendEmail = functions.pubsub
.schedule("every monday, tuesday, wednesday, thursday, friday 06:45")
.timeZone("America/Chicago")
.onRun(async context => {
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment