English 中文(简体)
无法在我挥霍式碎机中使用消防基地
原标题:Unable to use Firebase Auth in my Flutter app

在我请求信通厅提供以下错误时,我正面临一个使用消防基地进行电话认证的“闪光”问题:

https://i.stack.imgur.com/4WAzK.png” rel=“nofollow noreferer”> ERROR SCREENSHOT

W/LocalRequestInterceptor( 4834): Error getting App Check token; using placeholder token instead. Error: com.google.firebase.FirebaseException: No AppCheckProvider installed.

E/FirebaseAuth(4834):[SmsRetrieverHelper] SMS 核查守则要求失败:身份不明编码17028 Invalid app info in act_integrity_token

D/FirebaseAuth( 4834): Invoking original failure callbacks after phone verification failure for +91**********, error - This app is not authorized to use Firebase Authentication. Please verify that the correct package name, SHA-1, and SHA-256 are configured in the Firebase Console. [ Invalid app info in play_integrity_token ]

FLUTTER DOCTOR SUMMERY

此外,我还更新了适当的SH1 &SH256 重要和包裹名称在消防基地。

问题回答

我最近在这里作了可能有助于你的回答。 我谈到几个步骤,我可以看到,我也面临着你所报告的步骤。

核查守则要求失败: 身份不明代码:17093 无消防基地

www.un.org/Depts/DGACM/index_spanish.htm 我认为,你的一揽子项目没有匹配! 如果还有另一个错误,你可以自己回答!

see this answer

https://stackoverflow.com/a/78080803/19492096

i m 面临类似问题,你是否发现任何问题?





相关问题
Flutter App cannot be installed on Android TV

I m building a Flutter app that should support Android TV and Mobile devices. Despite Google Play shows that it is supported, I cannot install app on my MiBox device. While trying to install it, both ...

Moving the icon button to the right causes rendering issues

I am trying to align the icon button to the right of the Text field, I tried the row which made the icon button not centered vertically and now I am trying out the Stack widget. Here is my code - ...

热门标签