简体   繁体   English

谷歌登录在发布模式下不起作用?

[英]google sign in doesn't work in release mode?

my app is made with flutter. I am using firebase to google sign in option.我的应用程序是用 flutter 制作的。我正在使用firebase谷歌登录选项。 And I added SHA keys when I am on debug mode.我在调试模式下添加了SHA 密钥 so, can I know SHA key is depends on the debug mode & release mode?那么,我可以知道SHA 密钥取决于调试模式和发布模式吗?

And also can I know how I am see/monitor release mode activities?我还可以知道我是如何查看/监控发布模式活动的吗?

Yes, firebase requires a different fingerprint for release mode, please generate keys using this command,是的,firebase 需要不同的指纹用于释放模式,请使用此命令生成密钥,

keytool -list -v -keystore {keystore_name} -alias {alias_name}

example:

keytool -list -v -keystore C:\Users\MG\Desktop\test.jks -alias test

To monitor events, you can integrate Firebase Crashlytics into your project.要监控事件,您可以将 Firebase Crashlytics 集成到您的项目中。

to temporarily debug your app in release mode run在发布模式运行时临时调试您的应用程序

flutter run --release 

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Flutter Android firebase 通知在发布模式下不起作用 - Flutter Android firebase notification doesn't work in release mode flutter:fcm android 推送通知在发布模式下不起作用,在调试模式下起作用 - flutter: fcm android push notifications doesn't work in release mode and work in debug mode 应用程序不在发布模式下构建 - Application doesn't build in release mode Flutter web:Firestore 在运行调试模式下工作,在 bilud 发布模式下不工作 - Flutter web: Firestore work in run debug mode and don't work in bilud release mode Azure 通知中心不适用于企业版 - Azure Notification Hub doesn't work with enterprise release 文档中的登录用户 function 不起作用 Flutter - Sign In user function from documentation doesn't work Flutter Android FirebaseUI 使用 Google 登录时释放密钥错误 - Android FirebaseUI sign in with Google error for release key Google App Engine 不适用于安全帽 - Google App Engine doesn't work with Hardhat list() 在 Google App Engine 中不起作用? - list() doesn't work in Google App Engine? Hadoop 3 gcs-connector 在最新版本的 spark 3 独立模式下无法正常工作 - Hadoop 3 gcs-connector doesn't work properly with latest version of spark 3 standalone mode
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM