Skip to content

Mobilatorium/HappyDo-Actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Actions on Google: HappyDo TODO manager using Node.js and Cloud Functions for Firebase

This is a productivity Assistant app that allows to create task and read all tasks.

Setup Instructions

See the developer guide and release notes at https://developers.google.com/actions/ for more details.

Steps

  1. Use the Actions on Google Console to add a new project with a name of your choosing.
  2. Under Build a custom app, click BUILD in the Dialogflow box and then click Create Actions on Dialogflow.
  3. Click Save to save the project.
  4. Click on the gear icon to see the project settings.
  5. Select Export and Import.
  6. Select Restore from zip. Follow the directions to restore from the dialogFlow/demo-happydo.zip file in this repo.
  7. Deploy the fulfillment webhook provided in the functions folder using Google Cloud Functions for Firebase:
    1. Follow the instructions to set up and initialize Firebase SDK for Cloud Functions. Make sure to select the project that you have previously generated in the Actions on Google Console and to reply N when asked to overwrite existing files by the Firebase CLI.
    2. Run firebase deploy --only functions and take note of the endpoint where the fulfillment webhook has been published. It should look like Function URL: https://${REGION}-${PROJECT}.cloudfunctions.net/dialogflowFirebaseFulfillment
  8. Go back to the Dialogflow console and select Fulfillment from the left navigation menu. Enable Webhook, set the value of URL to the Function URL from the previous step, then click Save.
  9. Click Test.
  10. Click View to open the Actions on Google simulator.
  11. Type Talk to my test app in the simulator, or say OK Google, talk to my test app to any Actions on Google enabled device signed into your developer account.

For more detailed information on deployment, see the documentation.

About

DialogFlow scripts based on Cloud Functions for Firebase for HappyDo Actions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published