We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e59b75d commit 7b30935Copy full SHA for 7b30935
functions/firestore-export/index.js
@@ -10,7 +10,7 @@ exports.scheduledFirestoreExport = functions.pubsub
10
.schedule('every 24 hours')
11
.onRun((context) => {
12
13
-const projectId = process.env.GCP_PROJECT || process.env.GCLOUD_PROJECT;
+const projectId = process.env.GCP_PROJECT;
14
const databaseName =
15
client.databasePath(projectId, '(default)');
16
0 commit comments