संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Google पर किसी उपयोगकर्ता में साइन इन करने के बाद, अगर आपने DEFAULT_SIGN_IN पैरामीटर या requestProfile तरीके से Google साइन इन को कॉन्फ़िगर किया है, तो आपके पास उसकी प्रोफ़ाइल की बुनियादी जानकारी को ऐक्सेस करने का विकल्प है. अगर आपने requestEmail तरीके से Google साइन इन को कॉन्फ़िगर किया है, तो आपको उनका ईमेल पता भी मिल सकता है.
प्रोफ़ाइल का जो अन्य डेटा उपलब्ध हो सकता है उसके बारे में जानने के लिए, GoogleSignInAccount देखें.
ध्यान दें कि प्रोफ़ाइल का कोई भी फ़ील्ड null हो सकता है. यह इस बात पर निर्भर करता है कि आपने किन स्कोप के लिए अनुरोध किया है और उपयोगकर्ता की प्रोफ़ाइल में कौनसी जानकारी शामिल है.
[[["समझने में आसान है","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-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."]]],[]]