Skip to content

Instantly share code, notes, and snippets.

@PamornT
Created May 24, 2020 19:15
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 PamornT/70640484fba683159fa6bf90b6165436 to your computer and use it in GitHub Desktop.
Save PamornT/70640484fba683159fa6bf90b6165436 to your computer and use it in GitHub Desktop.
const REGION = "asia-northeast1"
import * as functions from 'firebase-functions'
exports.importInsight = functions.region(REGION).pubsub.schedule('every 10 minutes').onRun((context) => {
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment