- Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
🚨This issue needs some love.This issue needs some love.triage meI really want to be triaged.I really want to be triaged.
Description
nodejs-docs-samples/functions/background/index.js line 27
commit: f7b29b3
introduces 'event.data.myMessage'
IIUC 'event' object does not contain this property and the code does not work:
https://cloud.google.com/functions/docs/writing/background#event_parameter
A different and probably better mechanism is used here:
https://cloud.google.com/functions/docs/tutorials/pubsub#preparing_the_application
Metadata
Metadata
Assignees
Labels
🚨This issue needs some love.This issue needs some love.triage meI really want to be triaged.I really want to be triaged.