-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
firebase_auth: Users Unable to Login via Firebase Authentication in Google Play Installed App #16921
Comments
Hi @RahmiTufanoglu, is this a newly published app? |
@SelaseKay No, it's already in the Play Store |
Did you start experiencing this issue after you updated the plugins? |
@SelaseKay No, I think it's a configuration issue. |
Did it work previously? |
@SelaseKay Yes, it did. Have you looked at the screenshots? Do you see any misconfiguration? |
@RahmiTufanoglu - I would suggest logging (e.g. using crashlytics) the failed login exceptions so you can see what the error code/message is which will help you diagnose the issue. |
Is there an existing issue for this?
Which plugins are affected?
Auth
Which platforms are affected?
Android
Description
Users are unable to log in using Firebase Authentication when the app is installed from Google Play. However, the same app works correctly when running locally during development. All configuration settings have been double-checked and appear to be correct.
Firebase:
1A: Upload Key
2A: App Key
Keys are added to Firebase correctly.
Google Play Console:
1A: Upload Key
2A: App Key
Keys are added to Google Play Console correctly.
Google Cloud:
1A: Upload Key
2A: App Key
Keys are added to Google Cloud correctly.
Firebase App Check:
Firebase App Integrity was enabled and is now disabled.
![Image](https://github.com/user-attachments/assets/dbc08831-ffe0-4bde-9734-77d8b569ecd1)Expected Behavior:
Users should be able to log in seamlessly using Firebase Authentication, regardless of whether the app is installed locally or from Google Play.
Actual Behavior:
Users encounter login failures when the app is installed from Google Play. No issues occur when the app is run locally.
Reproducing the issue
Steps to Reproduce:
Firebase Core version
3.1.0
Flutter Version
3.24.2
Relevant Log Output
Flutter dependencies
Expand
Flutter dependencies
snippetReplace this line with the contents of your `flutter pub deps -- --style=compact`.
Additional context and comments
No response
The text was updated successfully, but these errors were encountered: