-
Notifications
You must be signed in to change notification settings - Fork 577
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
PhoneAuthProvider.verifyPhoneNumber crash my app #2530
Comments
I found a few problems with this issue:
|
Looks like a problem with the usage of AndroidKeysetManager in the SDK. I'll figure out what's going on |
I think I've found and fixed the culprit. I've filed b/183415315 internally, and it should come out in the next release. |
@malcolmdeck thanks!) Can you suggest an approximate release date? |
Hi @ValeraSetrakov it seems the fix has been released in the new version of Firebase Auth SDK 20.0.4, see release notes . Can you try to upgrade to a newer Auth version to see if the problem persists? Thanks |
Hey @ValeraSetrakov. 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! |
Hello, i will check it soon, thx for helping! |
Hey @ValeraSetrakov. 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! |
Since there haven't been any recent updates here, I am going to close this issue. @ValeraSetrakov if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this. |
[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:
For general technical questions, post a question on StackOverflow
with the firebase tag.
For general Firebase discussion, use the firebase-talk
google group.
For help troubleshooting your application that does not fall under one
of the above categories, reach out to the personalized
Firebase support channel.
[REQUIRED] Step 2: Describe your environment
[REQUIRED] Step 3: Describe the problem
I have problem with phone authentication, after start authentication my app is crash
it happens only for release build type
Steps to reproduce:
I just called PhoneAuthProvider.verifyPhoneNumber(options)
log with error
Relevant Code:
my method
my release build type
my dependencies
The text was updated successfully, but these errors were encountered: