I know that I can set enviroment variable with :
firebase functions:config:set someservice.key="THE API KEY" someservice.id="THE CLIENT ID"
but what i want to do is to change value of the variable when i deploy functions to cloud(production). Basicly i want different value of key for development and production. How can i do it automatically without having to change it manualy every time.