How to disable reCAPTCHA verification for firebase authentication on iOS? #3381
Replies: 15 comments 14 replies
-
Take a look here: https://firebase.google.com/docs/auth/ios/phone-auth You need to ensure that the
This means you haven't set it up correctly. |
Beta Was this translation helpful? Give feedback.
-
@sarohabhawna got this issue fixed? im having the same issue |
Beta Was this translation helpful? Give feedback.
-
Got the answer?.. I am also having same problem |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Try to set
|
Beta Was this translation helpful? Give feedback.
-
Anyone finally found a solution on this ? |
Beta Was this translation helpful? Give feedback.
-
The issue is still there! |
Beta Was this translation helpful? Give feedback.
-
I have the same issue. the FCM is working great and I receive all notifications on my iPhone, but when it comes to the top it still redirects me to the verification tab in the browser. I checked every single line in the docs and applied it with no luck. |
Beta Was this translation helpful? Give feedback.
-
Anyone fixed this ? |
Beta Was this translation helpful? Give feedback.
-
Any fix for this? I am using flutter web app with phone number OTP verification. |
Beta Was this translation helpful? Give feedback.
-
Anything folks? Still same issue although I've the .p8 key in cloud messaging tab at firebase project |
Beta Was this translation helpful? Give feedback.
-
Can anyone help me with #12525 |
Beta Was this translation helpful? Give feedback.
-
How about checking if |
Beta Was this translation helpful? Give feedback.
-
can you guys please look into #12525 |
Beta Was this translation helpful? Give feedback.
-
can anyone tell me how to get out of this recaptcha in jetpack compose |
Beta Was this translation helpful? Give feedback.
-
I am working on a flutter app which has a registration flow like this.
This is the flow on Android but on iOS after entering the phone number the in-app browser open a link for a reCAPTCHA verification. I want to disable it as it results in bad user experience.
So, after looking online I enabled push notification and background mode but I am still getting redirected.
There might be something that I missed but can't find what is it.
Any help would be great. Thanks for your time!
Beta Was this translation helpful? Give feedback.
All reactions