Hi.
We are currently building a system to send push notifications using Firebase.
In order to send push notifications, we need to install the Firebase Admin SDK and get the server connection key information, and we are having trouble finding a way to include that information.
Currently, we use it by bundling it as an embedded resource, getting the directory path to the resource if necessary, and passing the path to the file stream.
I hope there are no security issues with this method, but considering decompilation, I don't feel comfortable with it.
How do you implement the storage of this kind of sensitive information in your applications?
Smart way or not, it's welcome.
Thanks for your help!