Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Releases: novalu/actions-on-google-typescript-template

1.4.0

27 Oct 20:13
Compare
Choose a tag to compare

Add possibility to deploy development and production variants of dialogflow firebase function. This is convenient if you have working function in production and currently developing new version. In this case for development purposes run gulp deploy-development and use URL of dev function in your dev action. When you are ready for production, run gulp deploy-production for URL of production function.

BREAKING CHANGES:

• gulp script deploy is now deploy-all
• gulp script run-test-debug is now debug-test
• gulp script run-test-continuous is now debug-test-continuous

Fix missing engines in package.json

14 Jun 18:05
Compare
Choose a tag to compare
1.2.2

Fixed deploy process becase of missing engines param in package.json.

Fix service-account.json path

01 May 07:38
Compare
Choose a tag to compare

Firebase functions expecting a json files in functions directory, so I have been forced to move service-account.json from functions/src/config to the root.

Finish Firebase integration

30 Apr 17:42
Compare
Choose a tag to compare

Now you can easily load data for your fulfillments using the Firebase storage. Read the new Firebase part in README.md and reuse the FruitsFirebaseStorage or make your firebase storage.

  • Replaced unused Words model and storage with Fruits model and storage.
  • Added random fruit as a part of the silly name.
  • Wrote notes about the Firebase integration to the README.md.

First release

12 Apr 18:43
Compare
Choose a tag to compare
1.0.1

Update README.md.