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
It would be interesting to make be able to deploy firebase function with version, e.g: exports.assistant_<version>.
And deploy it with firebase deploy --only functions:assistant_<version>, in this way we could refer in Dialogflow to specific function and smoothly migrate from one version to another.