-
|
I've been using Firebase phone Auth to auhtenticate users in my app. Sometimes the SMS message is dropped silently by Google and no error message is sent. After talking to Google Support they suggested I enable Google Enterprise reCAPTCHA SMS Defence instead, as that has more configuration options, and I would also see logs for when a request has been blocked. Does your library support https://cloud.google.com/recaptcha/docs/overview ? The setup looks very similar to the regular Firebase phone auth, and the different Entitlements required seem to already be provided by react-native-firebase. Trying to authenticate by just conifguring the recaptcha key in the Firebase dashboard I however get this error:
Have I completely misunderstood this or is this just a config error? I'm currently using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I believe this is how you do it - https://github.com/GoogleCloudPlatform/recaptcha-enterprise-react-native Also a related issue: |
Beta Was this translation helpful? Give feedback.
I believe this is how you do it - https://github.com/GoogleCloudPlatform/recaptcha-enterprise-react-native
Also a related issue: