These samples serves as the source code for the Actions on Google Interactive Canvas codelab.
The start
directory should be used as a starting point for the codelab.
The complete
directory can be used as a reference for the completed implementation of the codelab.
For detailed instructions on using this code, refer to the
Actions on Google Interactive Canvas codelab.
The following steps explain how to deploy the code found in the start
directory.
- Node.js and NPM
- We recommend installing using nvm for Linux/Mac and nvm-windows for Windows
- Install the Firebase CLI
- We recommend using MAJOR version
8
,npm install -g firebase-tools@^8.0.0
- Run
firebase login
with your Google account
- We recommend using MAJOR version
- From the Actions on Google Console, New project > Create project > under What kind of Action do you want to build? > Game > Blank project for smart display
- Run
firebase deploy --project {PROJECT_ID} --only hosting
to deploy the web app to Firebase Hosting- To find your Project ID: In the Actions Console console for your project, navigate to ⋮ > Project settings > Project ID.
- Install the Actions CLI
- Navigate to
sdk/settings/settings.yaml
, and replace<PROJECT_ID>
with your project ID - Navigate to
sdk/custom/global/actions.intent.MAIN.yaml
, and replace<PROJECT_ID>
with your project ID - Navigate to
sdk/custom/global/actions.intent.PLAY_GAME.yaml
, and replace<PROJECT_ID>
with your project ID - Run
gactions login
to login to your account. - Run
gactions push
to push your project. - Run
gactions deploy preview
to deploy your project.
- You can test your Action on any Google Assistant-enabled device on which the Assistant is signed into the same account used to create this project. Just say or type, “OK Google, talk to my test app”.
- You can also use the Actions on Google Console simulator to test most features and preview on-device behavior.
- Questions? Go to StackOverflow or the Assistant Developer Community on Reddit.
- For bugs, please report an issue on Github.
- Actions on Google Documentation
- Actions on Google Codelabs
Please read and follow the steps in the CONTRIBUTING.md.
See LICENSE.