Same conflation just fixed for firestore-bigquery-export in #3066: kits/firestore-send-email/src/config.ts:375 sets region: params.databaseRegion, and the select offers the Firestore multi-regions eur3/nam5/nam7, which are not valid Cloud Run regions - deploys hard-fail for multi-region databases. Apply the #3066 pattern: drop the region: option (firebase-tools >= 15.27 resolves Firestore-triggered function regions from the database location via its dual-region mapping, and pins the Eventarc trigger region independently) and remove the param if nothing else consumes it. Found during the #3017 investigation. Ledger: #2974.
Same conflation just fixed for firestore-bigquery-export in #3066:
kits/firestore-send-email/src/config.ts:375setsregion: params.databaseRegion, and the select offers the Firestore multi-regionseur3/nam5/nam7, which are not valid Cloud Run regions - deploys hard-fail for multi-region databases. Apply the #3066 pattern: drop theregion:option (firebase-tools >= 15.27 resolves Firestore-triggered function regions from the database location via its dual-region mapping, and pins the Eventarc trigger region independently) and remove the param if nothing else consumes it. Found during the #3017 investigation. Ledger: #2974.