Use the Secrets Gradle plugin to store and access project secrets #418
ryan-conway
started this conversation in
RFCs
Replies: 4 comments 1 reply
-
Voted, let's add it. ✅ However, which key will we use for showcasing our sample projects? As of now, we currently don't have any API keys 💭 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issue
Original Thread
Secret management is a valid concern for all projects, with Google recommending to not check in any API keys to version control.
We can use the Secrets Gradle plugin to store and access these keys, and also make use of build-variant specific properties so we can keep the specific keys for staging or release separately.
Solution
template-xml
andtemplate-compose
Who Benefits?
Developers
What's Next?
6 votes ·
Beta Was this translation helpful? Give feedback.
All reactions