$my_env = getenv('API_KEY');
I'm able to retrieve the environmental variable from heroku but now i'm confused on how to implement this variable in my javascript file and assign it to the API Key for firebase real-time database without it being exposed.