cost 107 ms
在 Google Play 中使用 app Bundle 时,GoogleSignInAccount 返回 null - GoogleSignInAccount return null when use app Bundle in Google play

我想在我的应用程序中使用谷歌登录当我得到 APK output 时,没有问题,程序很容易运行但是当我在谷歌控制台上使用捆绑包 output 加载程序时,安装并登录并选择谷歌帐户后,它返回一个 null output。 我也没有使用 Proguard 选择email后,这个值变成null: ...

在仍然进入应用程序主页时,在颤振错误中未选择谷歌帐户登录中的帐户 - Not selecting an account in google account login in flutter bug on still entering the home page of the app

因此,为我正在构建的应用程序实现这个谷歌帐户登录功能,我遇到了这个错误,如果我没有选择一个帐户,比如在谷歌帐户的弹出选择之外点击或按后退按钮,我仍然可以进入主页应用程序的页面,我不知道如何捕捉这个错误请帮助我,这是我的代码 这是我的 main.dart 代码 这是我的谷歌服务代码 这是一 ...

Flutter:GoogleSignInAccount 属性“身份验证”无法无条件访问,因为接收者可以为“空” - Flutter: GoogleSignInAccount The property 'authentication' can't be unconditionally accessed because the receiver can be 'null'

我是 flutter 的新手。 正在练习 google 帐户登录。当我定义 GoogleSignInAccount 时,出现错误:“A value of type 'GoogleSignInAccount?' 不能分配给“GoogleSignInAccount”类型的变量。” 其他人说我们可以使用 ...

Google 登录错误:输入“未来”<googlesigninaccount?> ' 不是“GoogleSignInAccount”类型的子类型? 在类型转换中</googlesigninaccount?> - Google Sign-In error: type 'Future<GoogleSignInAccount?>' is not a subtype of type 'GoogleSignInAccount?' in type cast

使用 FirebaseAuth 我正在尝试将 google 帐户注册到我的应用程序。 在我的主屏幕上,我单击 TextButton 导航到ConnectionPage ,在初始使用时,它会将我转移到SignUpWidget ,单击以使用 google 登录,它会弹出 POPUP window 允许我 ...

从 GoogleSignInAccount 读取用户名(Google Fit Android API) - Read username from GoogleSignInAccount ( Google Fit Android API)

我正在使用 Google Fit Android API 来检索健身数据,这一切都像一个魅力。 我还想访问当前登录用户的名称,GoogleSignInAccount.getDisplayName() 应该可以访问该名称; 我已经问过这个问题,但不幸的是没有得到任何答复,我无法通过文档弄清楚。 示例 ...

如何提交 Google 登录身份验证的 PlayStore 应用访问凭据? - How to submit PlayStore app access credentials for google sign in authentication?

我有一个应用程序,用户需要使用谷歌帐户登录并购买高级版(播放计费)才能访问高级功能。 一切都很完美。 最近 Playstore 强制开发者提交应用凭据以测试应用是否具有某些需要身份验证的功能。 如果我的应用程序具有正常的 email 和身份验证密码,那么我将从我的后端服务器向 google 提交 ...

GoogleSignIn 重复登录弹出窗口并且不会 go 到 onActivityResult 为 Android API 30 - GoogleSignIn Repeats Sign in Popup and doesn't go to onActivityResult for Android API 30

我使用GoogleSignIn为 Android 应用程序实现了 Google SSO。 我使用了登录意图和 startActivityForResult 方法:身份验证流程如下所示: 这种方法在我测试过的仿真器设备 API 29 上运行良好。 但是,在 API 30,Pixel 3 模拟器上,登 ...

在另一个活动中获取 google 登录帐户 - Get the google signed in account in another activity

我读了一些关于它的帖子,但我没有找到正确的方法。 所以这里是问题: 我在login activity中使用了google signin ,一切正常。 用户进入another activity ,然后进入第三个活动,然后进入另一个活动。 在fourth activity中,我需要 google 登录用 ...

如何从Google登录中获取身份验证令牌? - How to get auth token from google sign in?

我试图弄清楚如何从android上的google登录获取admin sdk的身份验证令牌。 我可以使用google登录获取帐户信息,也可以通过电话请求权限。 每当我尝试获取信息时,都会说该请求没有所需的授权。 在请求许可后: 并使用onActivityResult方法重新获 ...

PlatformException (PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 12500: , null)) - PlatformException (PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 12500: , null))

将要崩溃的行: 我试过什么: 我已经使用此命令生成了我的 SH1 密钥keytool -list -v \ -alias androiddebugkey -keystore ~/.android/debug.keystore 添加 SH1 加密到 console.firebase.google.c ...

使用Google登录的Google Analytics(分析)中的转化跟踪 - Conversion Tracking in Google Analytics with Google Sign-In

我们实现了在单页应用中注册并使用您的Google帐户登录的可能性。 我们已经有了完整的转化跟踪,但是现在我们看到所有转化都来自accounts.google.com/引荐。 此外,我想跟踪Google Analytics(分析)中的注册和登录。 将accounts.google.c ...

Google登录间歇性地工作 - Google Sign-In Intermittently works

我有一个使用Google登录的页面。 大多数情况下,它运行良好。 但是,有时会收到一个小的白色按钮,上面只显示“ Sign In”,而不是收到代码中定义的“ 240像素宽的深色主题按钮”。 当页面仅加载白色小按钮时,登录无法正常工作。 该代码不是动态的,所以我不知道为什么有时会呈现白色按 ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM