728x90 반응형 SMALL gradle task1 [Android Studio] Google API Google API Google API는 구글 로그인 연동 기능을 제공하고 있다. Google API 프로젝트 구성 인증 사이트에서 OAuth 2.0 웹 클라이언트 ID를 지정해야 한다. 실제 앱에서는 이 클라이언트 ID가 앱의 백엔드 서버를 나타낸다. 앱 등록 및 설정 Google API Console에 프로젝트를 만들고 SHA 인증서 지문을 등록하면 된다. Gradle 서명 보고서 gradle task에서 gradle signingreport를 입력한다. 인증서 지문을 등록하면 구글 로그인을 위한 OAuth client가 구성된다. build.gradle dependencies { /* ... */ implementation 'com.google.android.gms:play-services-auth.. 2022. 12. 1. 이전 1 다음 728x90 반응형 LIST