Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Bir kullanıcının Google ile oturum açmasının ardından Google ile Oturum Açma'yı yapılandırdıysanızDEFAULT_SIGN_IN parametresi veya requestProfile yöntemiyle kullanıcının temel profil bilgilerine erişebilirsiniz. Google ile oturum açma özelliğini requestEmail yöntemiyle yapılandırdıysanız kullanıcının e-posta adresini de alabilirsiniz.
Kullanılabilir olabilecek ek profil verileri için GoogleSignInAccount bölümüne bakın.
İstediğiniz kapsamlara ve kullanıcı profilinde yer alan bilgilere bağlı olarak profil alanlarından herhangi birinin null olabileceğini unutmayın.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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."]]],[]]