Sau khi người dùng đăng nhập bằng Google, nếu bạn đã định cấu hình tính năng Đăng nhập bằng Google bằng tham số DEFAULT_SIGN_IN hoặc phương thức requestProfile, thì bạn có thể truy cập vào thông tin hồ sơ cơ bản của người dùng. Nếu đã định cấu hình tính năng Đăng nhập bằng Google bằng phương thức requestEmail, bạn cũng có thể lấy địa chỉ email của người đó.
Để biết thêm dữ liệu hồ sơ có thể có, hãy xem GoogleSignInAccount.
Xin lưu ý rằng bất kỳ trường hồ sơ nào cũng có thể là null, tuỳ thuộc vào phạm vi mà bạn yêu cầu và thông tin có trong hồ sơ của người dùng.
[null,null,["Cập nhật lần gần đây nhất: 2024-11-09 UTC."],[[["Google Sign-In for Android is outdated and developers should migrate to Credential Manager for enhanced security and user experience, except for Wear OS 3, 4, and 5.0 which requires continued use of Google Sign-In for Android until Credential Manager support is available."],["After signing in, developers can access basic user profile information, but are strongly advised against using email or user ID for backend server communication; instead, utilize user ID tokens or server auth code flow for security."],["To get started, developers need to configure their Android Studio project and integrate Google Sign-In into their app before retrieving user profile data."],["User profile information can be retrieved using `GoogleSignIn.getLastSignedInAccount` but email addresses should not be used for user identification due to potential changes, instead rely on the account's ID for consistent identification."]]],[]]