How do I secure the API keys in my app,
for example if I use oneSignal, I have to include my API key in the init function,
so if someone was able to uncompile the scripts he then could retrieve the api key and misuse it,
so is there a way to make these keys inaccessible ?