From 1dfc19629947095251095454ca5d3b0237347964 Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Wed, 1 Sep 2021 20:06:31 +0100 Subject: [PATCH] Change functions region --- functions/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/index.js b/functions/index.js index 22ac5fd..3380520 100644 --- a/functions/index.js +++ b/functions/index.js @@ -1,6 +1,6 @@ /* eslint-disable indent */ /* eslint-disable no-tabs */ -const functions = require("firebase-functions");//.region("europe-west2") +const functions = require("firebase-functions").region("europe-west2");//.region("europe-west2") const admin = require("firebase-admin"); admin.initializeApp(); const db = admin.firestore();