Skip to content

Instantly share code, notes, and snippets.

@fredriccliver
Created January 1, 2021 09:40
Show Gist options
  • Save fredriccliver/fc7948876e77c73b0c2b907219604e66 to your computer and use it in GitHub Desktop.
Save fredriccliver/fc7948876e77c73b0c2b907219604e66 to your computer and use it in GitHub Desktop.
export const functionsRegion = () => {
if (location.hostname == "127.0.0.1" || location.hostname == "localhost") {
return undefined
} else {
return "europe-west1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment