Skip to content

🐛 [firestore-send-email] The delivery.info entry is missing after upgrading to 0.1.32. #2004

@KoheiKanagu

Description

@KoheiKanagu

[READ] Step 1: Are you in the right place?

Issues filed here should be about bugs for a specific extension in this repository.
If you have a general question, need help debugging, or fall into some
other category use one of these other channels:

  • For general technical questions, post a question on StackOverflow
    with the firebase tag.
  • For general Firebase discussion, use the firebase-talk
    google group.
  • To file a bug against the Firebase Extensions platform, or for an issue affecting multiple extensions, please reach out to
    Firebase support directly.

[REQUIRED] Step 2: Describe your configuration

  • Extension name: firestore-send-email
  • Extension version: 0.1.32
  • Configuration values (redact info where appropriate):
    • DEFAULT_FROM=kingu.dev support@kingu.dev
    • DEFAULT_REPLY_TO=support@kingu.dev
    • MAIL_COLLECTION=mails_v1
    • SMTP_CONNECTION_URI=smtps://apikey@smtp.sendgrid.net:465
    • SMTP_PASSWORD=projects/${param:PROJECT_NUMBER}/secrets/firestore-send-email-SMTP_PASSWORD/versions/latest
    • TEMPLATES_COLLECTION=mailTemplates_v1
    • TTL_EXPIRE_TYPE=never
    • TTL_EXPIRE_VALUE=1

[REQUIRED] Step 3: Describe the problem

After upgrading to 0.1.32, delivery.info.accepted, delivery.info.messageId, delivery.info..response is missing.

Steps to reproduce:

  1. Upgraded to 0.1.32
Expected result

delivery.info should not be missing.

Actual result

v0.1.31
スクリーンショット 2024-03-26 16 06 18

v0.1.32
スクリーンショット 2024-03-26 16 06 42

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions