feat: fix cloud function for audio merge

This commit is contained in:
2026-03-03 15:13:39 +01:00
parent 7241d46937
commit 4755c0d8e2
4 changed files with 245 additions and 1524 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ const admin = require('firebase-admin')
admin.initializeApp()
const db = admin.firestore()
const REGION = process.env.FIREBASE_REGION || 'europe-west1'
const REGION = 'europe-west1'
exports.db = db
exports.REGION = REGION