I was blown away by the Google Assistant demos at the I/O 2018 keynote. Building your own assistant app is surprisingly easy when you combine Dialogflow and Cloud Functions.
Now that we are a year on, do you still think voice has a big future with business? It seems to me that the chatbot craze has faded, but I've got smart speakers in every room in my house and on my phone. I use it all the time, but not seen much from brands embracing the tech yet.
Angular Firebase it wasn’t something I’d actively looked into previously. But as a TS dev, this has now certainly given me a bit of inspiration! Keep up the good work!
i have this functions folder inside a react project which was also written with typescript. when deploying, typescript was failing. i was getting errors like: ../../node_modules/@types/react/index.d.ts:3144:13 - error TS2717: Subsequent property declarations must have the same type. Property 'use' must be of type 'SVGProps', but here has type 'SVGProps'. so it was looking at d.t.s files from the parent node_modules project. so i added "skipLibCheck" to true in my tsconfig.json and it started working again.
Can you help me in preparing trivia games questionnaire. I cannot edit trivia game question template. But I have made another question and answer in spread sheet format.Can you personally prepare it on trivia template? Please
Thanks for the great tutorial. I ran into a problem. When I run the command firebase deploy --only functions I am getting the following error. Could you please help? no such file or directory, open 'C:\voice assistant\assistantapp4\%RESOURCE_DIR%\package.json' npm ERR! enoent This is related to npm not being able to find a file.
This is a known problem with the Firebase CLI 3.17.0 through at least 3.17.3, but only on Windows. You can fix this on your machine by editing firebase.json at the root of your project and replacing $RESOURCE_DIR with %RESOURCE_DIR% in the npm commands you see there. The former is the unix syntax way to use an environment variable, whereas the latter is the Windows command shell syntax. Since you're using Windows, you need to use the Windows syntax. Source: stackoverflow.com/questions/48370690/cloud-functions-deploy-error-during-lint-on-windows-enoent-enoent-no-such-fil
Hey, it's not working for me. I copied the code but keep getting the following error in the Firebase Functions Log: FetchError: request to angularfirebase.com/lessons failed, reason: getaddrinfo ENOTFOUND angularfirebase.com angularfirebase.com:443 I'm completely new to Node and Firebase. Does anyone have a suggestion?
I just want to open my activity by google assistant. Can anybody help ? like "Create and expense in MyDemoApp" or "open expense in mydemoapp" , hot to achieve this.