Skip to content
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

Incomplete event context when creating a new user #3536

Closed
jgavazzisp opened this issue Jun 28, 2021 · 2 comments · Fixed by #3540
Closed

Incomplete event context when creating a new user #3536

jgavazzisp opened this issue Jun 28, 2021 · 2 comments · Fixed by #3540

Comments

@jgavazzisp
Copy link

[REQUIRED] Environment info

firebase-tools: 9.14.0

Platform: Mac

[REQUIRED] Test case

Creating a new user (either using google, magic link, or anonymous) which in its turn trigger firebase functions are such:

image

Receives an incomplete auth event context as such:

image

The event is missing among other things the timestamp which I use to determine if the event is older than 10 minutes if so, stop to retry (fail-safe circuit for retriable functions).

[REQUIRED] Steps to reproduce

Described above.

[REQUIRED] Expected behavior

The event context should return eventId and timestamp.

[REQUIRED] Actual behavior

EventId and timestamp are missing.

Debug log is attached.

Thanks
log.txt

@samtstern
Copy link
Contributor

@jgavazzisp thanks for reporting! I've got a fix ready in #3540

@jgavazzisp
Copy link
Author

thanks @samtstern

@samtstern samtstern added this to To do in Fixit - H2 2021 via automation Jul 1, 2021
Fixit - H2 2021 automation moved this from To do to Done Jul 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging a pull request may close this issue.

2 participants