secrets-gradle-plugin
secrets-gradle-plugin copied to clipboard
Leaked GCP API Keys
I still get Leaked GCP API Keys, any idea how to solve this?
It works when displaying maps, but when it comes to Google Places I need to initialize it on the application class
From the README
This plugin is primarily for hiding your keys from version control. Since your key is part of the static binary, your API keys are still recoverable by decompiling an APK.
You have incorrect expectations from the project.
Google should create some api to access secret keys from play store or andorid system on device. Something like KeyVault which can be accessed by application within scope.
How do I do that? do you have an example?