Skip to content

fix(firestore-send-email): DATABASE_REGION used as function region breaks multi-region deploys #3069

Description

@cabljac

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions