Im trying to implement google OAuth 2.0 in android app.
According to google help - I went to console.developers.google.com to create project and Client ID for that project.
I have to put app package name and SHA-1 key there. I have no SHA-1 key for "release" version yet. I guess there is some automatically generated SHA1 key for debug. Application is not ready for publishing yet, so... I'm not using release builds.
Shall I use this debug key for now and when I release app - create new Client ID in google dev console?
Where I can find that SHA-1 key in Android Studio?