gmailpush icon indicating copy to clipboard operation
gmailpush copied to clipboard

Got Error: getEmailAddress() requires an argument: notification

Open AtitCh opened this issue 4 years ago • 1 comments

Hi Im so confuse about this.

what is params 'notification' that's always undefined Im sorry if this is stupid question.

I just start coding.

Screen Shot 2020-08-03 at 3 50 08 PM

AtitCh avatar Aug 03 '20 08:08 AtitCh

notification is what Gmail API sends to your server. You can see that by console.log(req.body);

byeokim avatar Aug 09 '20 03:08 byeokim