Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
Когда пользователь входит в свою учетную запись Google в веб-браузере или на устройстве Android, он может легко входить в систему через веб-браузеры и устройства Android, используя одну и ту же учетную запись Google. Эта функция позволяет пользователям максимально эффективно использовать несколько устройств, упрощая им вход в вашу службу.
Когда кнопка загружается в Интернет, она сразу же проверяет, авторизовал ли пользователь приложение. Эта проверка называется «немедленным режимом», и в случае успеха серверы Google возвращают токен доступа и передают в обратный вызов новый объект результата авторизации. Если кнопка не может выполнить авторизацию в немедленном режиме, пользователь должен нажать кнопку входа, чтобы запустить поток доступа.
Чтобы включить кроссплатформенный единый вход:
Android и веб-приложение должны быть зарегистрированы в одном проекте консоли Google API .
Запрошенные области на каждой платформе должны соответствовать областям на других платформах.
Кроссплатформенная система единого входа работает для пользователя при выполнении следующих требований:
Пользователь входит в Google в браузере или на устройстве Android.
Пользователь ранее авторизовал ваше приложение для тех же областей.
Это похоже на то, когда пользователь открывает приложение Android во второй раз. Если пользователь ранее авторизовал приложение, он остается в системе: пользователи не нажимают кнопку входа каждый раз, когда открывают приложение.
Когда пользователь успешно входит в систему, Google отображает напоминание о том, что он вошел в систему, используя свою учетную запись Google. Это напоминание появляется только один раз для каждого устройства.
[[["Прост для понимания","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"]],["Последнее обновление: 2025-08-29 UTC."],[[["\u003cp\u003eGoogle Sign-In library support is deprecated and will require using FedCM APIs in the future.\u003c/p\u003e\n"],["\u003cp\u003eCross-platform single sign-on enables seamless sign-in across web and Android using the same Google Account, provided the user has previously authorized the app with matching scopes.\u003c/p\u003e\n"],["\u003cp\u003eUsers will experience automatic sign-in if they have previously authorized the app, similar to using an Android app for the second time.\u003c/p\u003e\n"],["\u003cp\u003eUpon seamless sign-in, users will see a one-time reminder on each device indicating they are logged in with their Google Account.\u003c/p\u003e\n"]]],[],null,["# Cross-platform single sign-in\n\n| **Warning:** The Google Sign-In library optionally uses FedCM APIs, and their use will become a requirement. [Conduct an impact assessment](/identity/sign-in/web/gsi-with-fedcm) to confirm that user sign-in continues to function as expected. \n|\n| Support for the Google Sign-In library is deprecated, see the [Deprecation and Sunset](/identity/sign-in/web/deprecation-and-sunset) guide for more.\n\nWhen a user signs in with their Google Account in a web browser or on an\nAndroid device, they can be seamlessly signed in across web browsers and\nAndroid devices using the same Google Account. This feature allows users to\nget the best experience out of multiple devices by making it\neasier for them to sign in to your service.\n\nWhen the button is loaded on the web, it immediately checks to see if the\nuser has authorized the application. This check is called \"immediate mode\"\nand if successful, the Google servers return an access token and pass a new\nauthorization result object to the callback. If the button cannot make an\nimmediate-mode authorization, the user must click the sign-in button to\ntrigger the access flow.\n\nTo enable cross-platform single sign-on:\n\n1. The Android and web app must be registered in the same [Google API Console](https://console.cloud.google.com/) project.\n2. The requested scopes on each platform must match the scopes from other platforms.\n\nCross-platform single sign-on works for the user when the following\nrequirements are met:\n\n1. The user is signed in to Google in the browser or on the Android device.\n2. The user has previously authorized your app for the same scopes.\n\nThis experience is similar to when a user opens an Android app the second\ntime. If the user previously authorized the app, then the user remains signed\nin: users don't click the sign-in button every time they open the app.\n\nWhen a user is seamlessly signed in, Google displays a reminder that they are\nlogged in using their Google Account. This reminder only appears\nonce per device."]]