I have written a C# winform program that uses the google drive SDK and that I want to release publicly. However, I'm not sure if it's safe to store my Google Drive client and secret ID's in the source code, and if it's not, what is the recommended way to store them?
Example, i have a class that explicitly defines two varialbes - String CLIENT_ID = and String SECRET_ID = . If I send out the .exe for this, is this information easily attained by someone?