How to disable cloudbase environment variable

I tried using the command line functions:config:unset es.tipsinstitue.typeas indicated here . Environment configuration . But that does not work for me. This gives me the following exception.

 The filename, directory name or volume label syntax is incorrect.

Please help me.

+4
source share
1 answer

I don't know if this is a documentation error or not. Use firebase functions:config:unset es.tipsinstitue.typeinstead functions:config:unset es.tipsinstitue.type. This will remove the environment variable.

+3
source

Source: https://habr.com/ru/post/1684232/


All Articles