dialogflow / dialogflow-fulfillment-nodejs

Dialogflow agent fulfillment library supporting v1&v2, 8 platforms, and text, card, image, suggestion, custom responses
Apache License 2.0
597 stars 282 forks source link

Unable to fetch firestore data on web demo.But fetching data on the try it Now section! #308

Open Ajju2211 opened 4 years ago

Ajju2211 commented 4 years ago

Unable to fetch firestore data on web demo.But fetching data on the try it Now section!

I am working on the dialogflow inline editor and connected the firestore with Service account credentials beacause we are having database in other project of same google account. I have written some functions to fetch data from the firestore .It is fetching data and displaying the on the try it now! section .But when i tried it on the web demo its not showing any data. Its not actually connecting to the firestore when I run it on the web-demo.

Here Its fetching data from firestore thats okay Screenshot (33)

But here comes the problem unable to fetch data just a default response Screenshot (34)

Ajju2211 commented 4 years ago

Thanks in advance!!!!!!!