Skip to content

Incomplete event context when creating a new user #3536

@jgavazzisp

Description

@jgavazzisp

[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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions