Skip to content

Instantly share code, notes, and snippets.

@armanso
Last active April 19, 2020 17:02
Show Gist options
  • Save armanso/4f109ee066a252579d15b49895493c51 to your computer and use it in GitHub Desktop.
Save armanso/4f109ee066a252579d15b49895493c51 to your computer and use it in GitHub Desktop.
Firebase init index
exports.appReviews = functions.runWith({ timeoutSeconds: 5 * 60 })
.pubsub
.schedule('every 15 minutes').onRun(async context => {
// magic gonna happen here!
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment