Asked
Active
Viewed 323 times
-1
-
https://stackoverflow.com/questions/47851528/cant-see-value-of-request-headers-in-firebase? – Frank van Puffelen Jan 13 '19 at 15:38
-
Please don't post a screen shot of your code. It makes it very difficult to help you out. Instead, cut and paste the code into your question. – Prisoner Jan 13 '19 at 18:08
1 Answers
0
The answer to this question is in your first screenshot. Here is the request header:
console.log('Dialogflow Request headers: ' + JSON.stringify(req.headers));
just check your logs in Stackdriver and you will see a new field myKey
in each request.

alp
- 642
- 5
- 13