Open cuddles47 opened 2 weeks ago
https://developers.google.com/identity/sign-in/android/legacy-sign-in
[ ] Tạo Dự Án API trên Google Cloud
[ ] Cấu Hình OAuth Client ID
[ ] Thêm Thư Viện Google Play Services vào Dự Án
build.gradle
implementation 'com.google.android.gms:play-services-auth:20.0.0'
[ ] Cấu Hình Tệp AndroidManifest.xml
<uses-permission android:name="android.permission.INTERNET"/>
<application>
<meta-data android:name="com.google.android.gms.client_id" android:value="YOUR_CLIENT_ID"/>
[ ] Khởi Tạo GoogleSignInClient trong Mã Nguồn
GoogleSignInOptions
GoogleSignInClient
[ ] Triển Khai Xác Thực Đăng Nhập
onActivityResult()
[ ] Kiểm Tra Đăng Nhập Thành Công
[ ] Kiểm Tra và Xử Lý Lỗi
[ ] Kiểm Tra Tính Năng Trên Các Thiết Bị Khác Nhau
[ ] Đăng Ký Ứng Dụng Đối Với Google
[ ] Xác Nhận Tích Hợp Thành Công
https://developer.android.com/identity/sign-in/credential-manager-siwg
Reference
https://developers.google.com/identity/sign-in/android/legacy-sign-in
To do list
Checklist for Google Legacy Sign-In Integration
[ ] Tạo Dự Án API trên Google Cloud
[ ] Cấu Hình OAuth Client ID
[ ] Thêm Thư Viện Google Play Services vào Dự Án
build.gradle
cấp ứng dụng.[ ] Cấu Hình Tệp AndroidManifest.xml
<application>
:[ ] Khởi Tạo GoogleSignInClient trong Mã Nguồn
GoogleSignInOptions
với OAuth Client ID.GoogleSignInClient
vớiGoogleSignInOptions
.[ ] Triển Khai Xác Thực Đăng Nhập
onActivityResult()
.[ ] Kiểm Tra Đăng Nhập Thành Công
[ ] Kiểm Tra và Xử Lý Lỗi
[ ] Kiểm Tra Tính Năng Trên Các Thiết Bị Khác Nhau
[ ] Đăng Ký Ứng Dụng Đối Với Google
[ ] Xác Nhận Tích Hợp Thành Công