Closed sambo-visal closed 5 years ago
The captcha will show on device whenever the background notification delivery fails for whatever reason. Silent notification delivery isn't guaranteed, so seeing a captcha from time to time is normal. There's nothing wrong with your implementation.
@morganchen12 Thanks for reply. I am not complaining about displaying the captcha. What I am wondering is that after the completion of verification captcha page only return blank.
Here is similar issue I found on stackoverflow
Please reopen this issue if possible
Have you tried the solution mentioned in the StackOverflow question you linked?
My bad! It doesn't work because I run it on my teammate laptop and he confused to disable Push Notification
capabilities.
Step 1: Are you in the right place?
Step 2: Describe your environment
Step 3: Describe the problem:
When I tried to Sign In using Phone Auth by FirebaseUI on my device it doesn't require the
reCAPTCHA
to verify that you're are not robot.But when I tried to test on some other devices after I input phone number and click on verify and then it display the
reCAPTCHA
to verify that you are not robot. After I done verification and then the screen seem like in blank and it doesn't callback. Even I tried to test on simulator it display the same result.The
reCAPTCHA
should display on simulator only, right? Why does it happen on actual device???Steps to reproduce:
Observed Results:
reCAPTCHA
Expected Results:
reCAPTCHA
should be displayed on simulator only, why does it show on actual devices and some devices not display thereCAPTCHA
?Relevant Code:
Code that relevance to firebase setup