Skip to content
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

Android build app (APK) closing on Phone Auth function: verifyPhoneNumber(phone,timeout) #112

Closed
SparshaDhar opened this issue Dec 4, 2020 · 3 comments

Comments

@SparshaDhar
Copy link

SparshaDhar commented Dec 4, 2020

Hi,
While on version 3.6.0 Phone Auth is working perfectly, whenever using the latest plugin version 4.1.0 the apk build closes automatically (stops working) everytime on calling cordova.plugins.firebase.auth.verifyPhoneNumber(phone, timeout)
My cordova android version is android@8.1.
Can this be fixed? Thankyou so much.

logs.txt

@chemerisuk
Copy link
Owner

@SparshaDhar logcat output could help to understand source of the problem.

@SparshaDhar
Copy link
Author

SparshaDhar commented Dec 4, 2020

@chemerisuk Thanks for the quick reply, I tried to filter out the logs (I'm a newbie). I attached the file: logs.txt. Its huge.
Hope this helps

@chemerisuk
Copy link
Owner

@SparshaDhar same problem here firebase/firebase-android-sdk#2164. It looks like the problem should be fixed by Google Firebase team. For now you could add

implementation "androidx.browser:browser:1.2.0"

to app/build.gradle to solve the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants