I have deployed my react web application in hostinger. I made a build of my react web application and uploaded it in public_html of hostinger and my site works fine. But since I am using firebase I need to hide my firebase configuration data in environment variables.
How does one set up environment variables in hostinger for a react web application?