I'm trying to call the Firebase API. To call this API, we need to specify a user config key. How can I hide this key in my code? I have no idea how to do.
If I use the environment.ts file, after build, those keys are exposing in the main.js file.
main.js Keys Exposed
Is there any way to avoid the exposure of these keys in main.js file?