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

1.4.0

Latest
Compare
Choose a tag to compare
@novalu novalu released this 27 Oct 20:13
· 1 commit to master since this release

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