-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
[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:
Receives an incomplete auth event context as such:
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

