google-signin 相关问题

Google登录允许用户使用其Google帐户登录您的应用程序

FedCM get() 因 AbortError 拒绝:信号无故中止

我在网站上有“使用 google 登录”功能,它是使用 javascript 实现的。它工作正常,但现在开始抛出“client:50 [GSI_LOGGER]: FedCM get() 拒绝

回答 1 投票 0

使用 Firebase 注销后再次登录时数据被删除

这是我的firebase google登录..我想添加用户名和电子邮件信息以保存在firebase实时数据库中..所以我添加了put方法..但这没有按我的预期工作。

回答 2 投票 0

如何使用最新版本的 Chrome 扩展 MV3 在带有 Firebase 或不带 Firebase 身份验证的 Chrome 扩展中添加 Google 登录功能

我想允许用户在最新版本MV3中借助Google登录按钮登录我的chrome扩展程序,我尝试了很多方法但仍然没有得到结果。 我有...

回答 1 投票 0

调用google.accounts.id.prompt时出现AbortError

我正在网页上实现“使用 Google 登录”功能,遵循此页面上的指导:https://developers.google.com/identity/gsi/web/reference/js-reference。 我想做到这样

回答 1 投票 0

iOS 上的 Expo 深层链接无法正常工作(因为 Google 登录?)

深层链接不起作用。这就是 iOS 上的 info.plist 配置为 Google 登录的方式。 ... GID客户端ID [秘密].apps.googleusercontent.com...

回答 1 投票 0

在`.symlinks/plugins/google_sign_in_ios/darwin`中找不到`google_sign_in_ios`的podspec

无法在 iOS 设备(模拟器)上运行我的 flutter 应用程序,并且失败并显示以下错误日志,尽管它在 Android 上运行良好。一切都工作正常,直到我尝试添加 MacOS 构建,这是改变的

回答 1 投票 0

尝试在 React Native 中使用 GoogleSignIn 时出现错误:DEVELOPER_ERROR

我已在 Firebase 上启用了 Google SignIn,并且还添加了 SHA-1 密钥。我的应用程序编译得很好,但是当我按下登录按钮并选择 Google 帐户进行登录时,我得到了可能的 Unhan...

回答 5 投票 0

Expo,Supabase Google 登录 DEVELOPER_ERROR。不使用 Firebase

我正在尝试使用 Expo 和 Supabase 让 google oauth 工作,但仅当尝试在 Android 上登录时,我才不断收到以下错误。我没有使用 Firebase。我没有收到此错误...

回答 1 投票 0

我不知道如何更改我的谷歌登录按钮的语言

这是我到目前为止的代码,我尝试使用这个库@react-oauth/google,但也尝试使用google的官方文档。我无法取得好的结果。我想要按钮来打开弹出窗口...

回答 1 投票 0

如何在 Electron 桌面应用程序中使用 Google 登录?

我正在使用 Node.js 和 Express 制作一个简单的应用程序。它严重依赖 Google 登录来获取个人资料图片和昵称,当在新的 Electron 应用程序中测试它时,我遇到了错误 - “……

回答 2 投票 0

Google 登录配置文件在哪里?

现在是 2022 年 8 月,我想将 Google 登录集成到我的 Unity 游戏中。我相信这个插件是适用于 iOS 和 Android 的最新插件。它通常指的是 Google 的文档...

回答 2 投票 0

为什么我在 ITP 浏览器/Safari 中使用 Google One Tap UX 登录时没有在 ID 令牌中获取随机数?

我有一个测试网络应用程序,其中使用 Google 登录按钮 + One Tap UX 配置了数据随机数: 我有一个测试 Web 应用程序,其中使用 Google 登录按钮 + One Tap UX 配置了 data-nonce : <div id="g_id_onload" data-client_id="<%=google_client_id%>" data-context="signin" data-ux_mode="popup" data-login_uri="<%=site_address%>/sign-in-with-google-callback" data-nonce="<%=idTokenNonce%>" data-itp_support="true" ></div> <div class="g_id_signin" data-type="standard" data-shape="rectangular" data-theme="outline" data-text="signin_with" data-size="large" data-logo_alignment="left" ></div> 在 Chrome(和其他非 ITP 浏览器)上,两个按钮都可以正常工作,并且我收到包含声明 nonce 的 ID 令牌 (JWT),以及我在渲染页面时指定的随机数。 在带有“防止跨站点跟踪”的 Safari (ITP) 上常规按钮会生成具有随机数的 id 令牌。但是,如果我使用 One Tap 登录(在 ITP 浏览器上升级了 One Tap UX),我会获得一个 ID 令牌,但 JWT 不包含任何 nonce 声明。 我能做些什么来让随机数也适用于“ITP 浏览器上升级的一键用户体验”吗? 感谢您的报告。请重新测试,请求现在在所有情况下都会返回一个随机数。

回答 1 投票 0

React Native 应用程序中 Google 登录实现的问题(避免 Firebase)

我在 React Native 应用程序中实现 Google 登录功能时遇到困难。尽管在 Google Cloud Console 上设置了必要的凭据并确保正确...

回答 1 投票 0

使用 Jetpack Compose 登录 CredentialManager 时出现 Google 错误

我正在尝试创建一个“使用 Google 按钮登录”,但每次调用 credentialManager.getCredential 时,它都会给我: androidx.credentials.exceptions.NoCredentialException:在开始登录期间,

回答 1 投票 0

React Native Google 登录用户生日访问问题

当用户注册 Google 登录并希望在个人资料页面中显示他/她的信息时,我试图获取用户生日。 Google Sign In 是通过 firebase 实现的。 然后,我去了g...

回答 1 投票 0

使用 Google Signin API 时无法重定向到我的仪表板.PHP 文件?

我使用的代码是--> 洛吉... 我使用的代码是--> <div class="login"> <form method="POST"> <label for="chk" aria-hidden="true">Login</label> <input type="email" name="login_email" placeholder="Email" required=""> <input type="password" name="login_password" placeholder="Password" required=""> <button type="submit" name="login">Login</button> <div class="containergg"> <label1 for="signup">Or signin with:</label1> </div> <div class="g-signin2" data-onsuccess="onSignIn"></div> <script> function onSignIn(googleUser) { // Extract necessary information about the user var profile = googleUser.getBasicProfile(); var userEmail = profile.getEmail(); // Check if user is signed in with Google if (userEmail) { // Redirect to dashboard.php window.location.href = 'dashboard.php'; } else { // Handle the case where the user is not signed in console.log('User not signed in.'); } } </script> </form> </div> 注册逻辑相同 我期待,登录后应该会带我到dashboard.php 文件。` 试试这个: var url = "example.com"; window.open(url);

回答 1 投票 0

在建议屏幕上单击“现在不”后,Google-Auth 显示空白弹出窗口

弹出窗口中的我的 Google Auth 流程适用于大多数已完成个人资料并添加了恢复选项的 Google 用户。 对于一些尚未完成 google 项目的用户...

回答 1 投票 0

googleSignIn.signIn() 函数永远不会完成

上下文 所以我正在编写一个应用程序,使用谷歌的 gmail api 来读取经过身份验证的用户的电子邮件。 问题 谷歌身份验证流程一切正常,我可以给予同意...

回答 1 投票 0

Google 一键登录停止工作。可能与 FedCM 的变化有关?

Google 一键停止工作。控制台显示: [GSI_LOGGER]:给定的客户端 ID 不允许使用给定的 login_uri。 该网站的登录已经启动并运行多年,包括最近......

回答 2 投票 0

使用 Google SDK 登录 - 提示=强制同意

我正在使用“Google 3P 网站授权 JavaScript 库”。 我正在使用带有 ux_mode=redirect 的授权代码模型。 这就是我的代码的样子: 常量客户端 = 谷歌。

回答 1 投票 0

© www.soinside.com 2019 - 2024. All rights reserved.