-
Notifications
You must be signed in to change notification settings - Fork 38
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
[Bug] Crashes on get FirebaseAuth.CurrentUser.UserId #733
Comments
Hi @amoswazana, Thanks for reporting this issue. In order to identify what's causing this to happen, could you provide details about the devices facing this crash? These details may include but are not limited to the Android OS version, device brand, and model. |
Hi @paulinon Example stacktrace from iOS (iPhone 14 pro, iOS 16.4.1):
Also it is important to clarify that the example code I provided in the OP is a simplified version of the login flow on our end. The actual login flow is a bit more complicated and we do not want to post it publicly. Please let me know if you need any more information. |
Hi @amoswazana Thanks for the issue report, I believe I have identified a potential cause of the crash, and will aim to address it soon. |
Alright, the latest release, 11.1.0, https://github.com/firebase/firebase-unity-sdk/releases/tag/v11.1.0, is out now, and should contain the fix for this issue. Thanks again for bringing this to our attention. |
[REQUIRED] Please fill in the following fields:
[REQUIRED] Please describe the issue here:
We have noticed a new crash in our app, caused by the line auth.CurrentUser.UserId.
Relevant crash logs from Google Play Console (replaced our app name with com.appname):
Steps to reproduce:
Have you been able to reproduce this issue with just the Firebase Unity quickstarts (this GitHub project)?
No. We currently do not have a device that can reproduce this issue.
What's the issue repro rate?
We currently have 500+ users that have experienced this crash.
What happened? How can we make the problem occur?
The crash happens when we call auth.CurrentUser.UserId.
If you have a downloadable sample project that reproduces the bug you're reporting, you will
likely receive a faster response on your issue.
Relevant Code:
The text was updated successfully, but these errors were encountered: