tango4567 / solutions

Here I am adding lots of different stuff. This is the collection of problems with their solutions. Most important please share good vibes and correct me if you found anything wrong here. Thanks in advance.
Apache License 2.0
5 stars 0 forks source link

Leaked GCP API Keys #33

Closed tango4567 closed 3 years ago

tango4567 commented 3 years ago

Security and trust

Leaked GCP API Keys ❗Error • Security

Your app contains exposed Google Cloud Platform (GCP) API keys. Please see this Google Help Centre article for details.

tarunmahajan.com.VideoActivity->onCreate

tango4567 commented 3 years ago

:heavy_multiplication_x: Previously: public static final String yt = String.valueOf(R.string.google_api_key); :heavy_check_mark: Changes: protected static final String yt = String.valueOf(R.string.google_api_key);

Secure our API key from public exposure. GCP best practices for API key For Discussion StackOverFlow Learn about using and managing API keys for Firebase