-
Notifications
You must be signed in to change notification settings - Fork 607
firebase-auth:22.2.1 - com.google.android.gms.internal.firebase-auth-api.zzwk: java.lang.ArrayIndexOutOfBoundsException #5266
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
Comments
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
Thanks for reporting.. we are working on a fix. Meanwhile can you confirm if this is happening for users that are logging in anonymously or using any other provider? This could happen if the FirebaseUser did not have any provider info or user id associated with them. We will include additional logging along with the fix to help future debugging easier. |
@DeuceTheCoder thanks for reporting the issue! I was just about to create an issue report for it myself. |
@prameshj This is happening when user are logging in anonymously. |
Hi all, if others also encounter this issue, please do leave a thumbs up on the original author's post so we can track the severity of the issue. Thanks! |
Are you seeing this for new users who are logging in anonymously? Or are these previously created users, which are now just reopening the app? I am asking because this issue can happen only if there is no firebase info associated with the user json, which indicates a malformed representation of the user, that is in persistence. |
@prameshj Not sure about when it is happening. We don't have stack trace for the origin. |
We are not calling |
I am also getting a lot of crashes due to this in our production app in play store. |
Thanks for the responses. We hope to make the fix available in a following release soon. As mentioned above, the issue should only happen if the persisted user info was in a malformed state, need not necessarily because of anonymous auth. If you do find a specific repro, please add details here (about the user sign in method, how long the account info was persisted for). This does not block the release of the fix, we are doing that in parallel. Thanks! |
We will be including the fix in the upcoming release (should happen within the next 2 weeks). We will update here once the release notes are published. |
Hi folks, a new version of Firebase Auth has been released. That said could you try the latest version |
Hey @DeuceTheCoder. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
HI folks, since we're no longer receiving any updates related to this. I'll close this for now. Feel free to let me know if we have to reopen this. Thanks! |
Is this issue solved in flutter package as well? If not, when can we expect it? |
Hi @AdHrithik, checking the latest release notes in the flutterfire repo, it doesn't seem to be included. Please reach out to the flutterfire team to get updates regarding their planned release date with the fix. |
[READ] Step 1: Are you in the right place?
Issues filed here should be about bugs in the code in this repository.
If you have a general question, need help debugging, or fall into some
other category use one of these other channels:
with the firebase tag.
google group.
of the above categories, reach out to the personalized
Firebase support channel.
[REQUIRED] Step 2: Describe your environment
[REQUIRED] Step 3: Describe the problem
Since upgrading our Firebase BOM from 32.2.0 to 32.2.2, we've received a number of obfuscated crash reports in Firebase Crashlytics that we are unable to reproduce or diagnose.
Steps to reproduce:
Have not been able to reproduce. Crashes generally occur within a second of the session start
Relevant Code:
Caused by:
The text was updated successfully, but these errors were encountered: