简体   繁体   中英

Google home integration with dynamo DB

I am creating Google Smart Home action of google home. But I have not idea, how to connect the dynamo DB with smart home action but I can see here using with firebase. When I ran the command with invocation name in google assistant then it is showing "something went wrong".

I have enabled the home graph API and also created the JSON key file. I also can see their upload JS file button but don't know, what files should I upload there?

Thank You

It sounds like you are going through the Washer codelab , which is a great first step.

When you are configuring your project in the Actions console , you would need to enter your fulfillment URL from your application (rather than the Firebase URLs shown in the codelab).

You also need to set up an authentication server to enable account linking. Once you've completed this, you should be able to test your Smart Home Action through the Google Home app. Remember that you need to configure the console with your application's URLs for authorization and tokens in place of the demo URLs in the codelab.

The JS upload you are seeing in the console is for local fulfillment applications , which would be a feature to consider adding after you have successfully uploaded and tested your Smart Home Action.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM