In my React JS project, I used .env.local for storing firebase configuration. Whenever I try to change the variable name in the .env.local file it failed to connect with firebase. In the console, I checked that "process.env" returns the previous value. it doesn't update the new value. Is there any solution to change the value?