Google加上API是关机。在 ionic 3 应用程序中做什么?
Google plus API is shutdown. What to do in ionic 3 app?
我有一个 ionic v3 应用程序,我有 google 加上登录名。我最近收到一封来自 google 的邮件,上面写着 "Google+ API Shutdown"(有关详细信息,请参阅 here)。 Google 团队还表示:
- If you see API calls to people.get, these can be the result of using
the Google+ Sign-In feature in your application, which is now fully
deprecated and is being shut down. Developers should migrate from
the Google+ Sign-In feature to the more comprehensive Google Sign-in
authentication system.
- You may see OAuth requests for plus.me, even
if your project is not requesting this scope directly. You only need
to remove such requests if your project is directly requesting this
scope.
我目前使用'@ionic-native/google-plus'
插件。
有人可以让我知道在离子 v3 项目的情况下我应该如何处理 google 加 API 吗?
我被告知(二手)虽然插件名为 google-plus
,但它不再使用 Google Plus API。
我有一个 ionic v3 应用程序,我有 google 加上登录名。我最近收到一封来自 google 的邮件,上面写着 "Google+ API Shutdown"(有关详细信息,请参阅 here)。 Google 团队还表示:
- If you see API calls to people.get, these can be the result of using the Google+ Sign-In feature in your application, which is now fully deprecated and is being shut down. Developers should migrate from the Google+ Sign-In feature to the more comprehensive Google Sign-in authentication system.
- You may see OAuth requests for plus.me, even if your project is not requesting this scope directly. You only need to remove such requests if your project is directly requesting this scope.
我目前使用'@ionic-native/google-plus'
插件。
有人可以让我知道在离子 v3 项目的情况下我应该如何处理 google 加 API 吗?
我被告知(二手)虽然插件名为 google-plus
,但它不再使用 Google Plus API。