I can create process.env variables from https://console.cloud.google.com/functions but I've to create this variables for each and every firebase cloud functions which is inefficient.
How can I create these process.env variables from code? while deploying cloud functions from my machine? If I can set it up from GUI then there must be a way to set it up from CLI/code.