-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update links to new developer documentation
- Loading branch information
1 parent
dc487fa
commit a013e1c
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ and deployed on [Cloud Functions for Firebase](https://firebase.google.com/docs/ | |
### Prerequisites | ||
1. Node.js and NPM | ||
+ We recommend installing using [NVM](https://github.com/creationix/nvm) | ||
1. Install the [Firebase CLI](https://developers.google.com/actions/dialogflow/deploy-fulfillment) | ||
1. Install the [Firebase CLI](https://developers.google.com/assistant/actions/dialogflow/deploy-fulfillment) | ||
+ We recommend using version 6.5.0, `npm install -g [email protected]` | ||
+ Run `firebase login` with your Google account | ||
|
||
|
@@ -48,9 +48,9 @@ Notes: | |
1. To use Dialogflow API, you will need to have service account that has the "Dialogflow API client" role. You can set this in the GCP IAM page (see https://cloud.google.com/iam/docs/creating-managing-service-account-keys). | ||
## References & Issues | ||
+ 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/). | ||
+ 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). | ||
+ For bugs, please report an issue on Github. | ||
+ Actions on Google [Documentation](https://developers.google.com/actions/extending-the-assistant) | ||
+ Actions on Google [Documentation](https://developers.google.com/assistant) | ||
+ Actions on Google [Codelabs](https://codelabs.developers.google.com/?cat=Assistant). | ||
+ [Webhook Boilerplate Template](https://github.com/actions-on-google/dialogflow-webhook-boilerplate-nodejs) for Actions on Google. | ||
|