-
Notifications
You must be signed in to change notification settings - Fork 409
🐛 [firestore-send-email] delivery.info is always empty although the state is successful (Sendgrid SMTP) #2375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for reporting this issue! We’ve received it and are reviewing it. We’ll provide updates as soon as possible. |
I'm able to reproduce this. |
Hi, is any of you know the solution? I have also encounter this problem right now. |
Hi, just wanted to let you know that a fix is being worked on and i'll provide updates as soon as i can! |
This error still persists on my side - no updates available in firestore for the extension yet. |
Hi, yes the release is still pending, something was up with CI. release should be out soon! |
Uh oh!
There was an error while loading. Please reload this page.
[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:
with the firebase tag.
google group.
Firebase support directly.
[REQUIRED] Step 2: Describe your configuration
[REQUIRED] Step 3: Describe the problem
Steps to reproduce:
delivery.info
object - it shows null or empty values for messageId, accepted array, and responseMore context:
delivery.info
is empty.Google Function Logs:
Expected result
delivery.info
gets populated with data (e.g., "accepted: {the-email}", messageId: "{uuid}").Actual result
delivery.info
always empty.The text was updated successfully, but these errors were encountered: