You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 16, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This sample demonstrates Actions on Google features for use on Google Assistant
6
6
### Prerequisites
7
7
1. Node.js and NPM
8
8
+ We recommend installing using [NVM](https://github.com/creationix/nvm)
9
-
1. Install the [Firebase CLI](https://developers.google.com/actions/dialogflow/deploy-fulfillment)
9
+
1. Install the [Firebase CLI](https://developers.google.com/assistant/actions/dialogflow/deploy-fulfillment)
10
10
+ We recommend using version 6.5.0, `npm install -g firebase-tools@6.5.0`
11
11
+ Run `firebase login` with your Google account
12
12
@@ -33,9 +33,9 @@ This sample demonstrates Actions on Google features for use on Google Assistant
33
33
+ You can also use the Actions on Google Console simulator to test most features and preview on-device behavior.
34
34
35
35
## References & Issues
36
-
+ Questions? Go to [StackOverflow](https://stackoverflow.com/questions/tagged/actions-on-google), [Assistant Developer Community on Reddit](https://www.reddit.com/r/GoogleAssistantDev/) or [Support](https://developers.google.com/actions/support/).
36
+
+ Questions? Go to [StackOverflow](https://stackoverflow.com/questions/tagged/actions-on-google), [Assistant Developer Community on Reddit](https://www.reddit.com/r/GoogleAssistantDev/) or [Support](https://developers.google.com/assistant/support).
37
37
+ For bugs, please report an issue on Github.
38
-
+ Actions on Google [Documentation](https://developers.google.com/actions/extending-the-assistant)
38
+
+ Actions on Google [Documentation](https://developers.google.com/assistant)
39
39
+ Actions on Google [Codelabs](https://codelabs.developers.google.com/?cat=Assistant)
40
40
+ [Webhook Boilerplate Template](https://github.com/actions-on-google/dialogflow-webhook-boilerplate-nodejs) for Actions on Google
0 commit comments