با مجموعهها، منظم بمانید
ذخیره و دستهبندی محتوا براساس اولویتهای شما.
پس از اینکه کاربری را با Google وارد کردید، اگر Google Sign-In را با پارامتر DEFAULT_SIGN_IN یا روش requestProfile پیکربندی کردید، میتوانید به اطلاعات اولیه نمایه کاربر دسترسی داشته باشید. اگر Google Sign-In را با روش requestEmail پیکربندی کرده اید، می توانید آدرس ایمیل آنها را نیز دریافت کنید.
برای اطلاعات بیشتر نمایه که ممکن است در دسترس باشد، به GoogleSignInAccount مراجعه کنید. توجه داشته باشید که هر یک از فیلدهای نمایه بسته به محدودههایی که درخواست کردهاید و مشخصات کاربر شامل چه اطلاعاتی است، میتواند null باشد.
تاریخ آخرین بهروزرسانی 2024-11-19 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2024-11-19 بهوقت ساعت هماهنگ جهانی."],[[["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."]]],[]]