You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering an issue with Firebase Authentication in Flutter after upgrading to Flutter 3.10 and updating the Firebase plugins. The authentication flow works fine on iOS devices, but on Android, I'm facing the following errors:
1- [SmsRetrieverHelper] SMS verification code request failed: unknown status code: 17028 Invalid request fields in play_integrity_token
2- 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.
I have already configured the SHA-1 and SHA-256 values in the Firebase Console, and it was working correctly before the upgrades. To address these issues, I have also implemented app check in my code using the following snippet in the main method:
I'm uncertain if I'm missing something or if there are additional configurations required after the Flutter and Firebase plugin updates. Any assistance or insights would be greatly appreciated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm encountering an issue with Firebase Authentication in Flutter after upgrading to Flutter 3.10 and updating the Firebase plugins. The authentication flow works fine on iOS devices, but on Android, I'm facing the following errors:
1- [SmsRetrieverHelper] SMS verification code request failed: unknown status code: 17028 Invalid request fields in play_integrity_token
2- 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.
I have already configured the SHA-1 and SHA-256 values in the Firebase Console, and it was working correctly before the upgrades. To address these issues, I have also implemented app check in my code using the following snippet in the main method:
I'm uncertain if I'm missing something or if there are additional configurations required after the Flutter and Firebase plugin updates. Any assistance or insights would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions