Replies: 1 comment 2 replies
-
Unfortunately (fortunately?) you appear to have done everything I can think of. If SafetyNet is getting traffic, that will get most - then if the device is rooted or something the reCAPTCHA should get the rest. Have you verified reCAPTCHA is set up? If you use an emulator or rooted phone it should send you on the reCAPTCHA flow for testing We don't have the API that forces reCAPTCHA flow exposed unfortunately - see #4744 (comment) Newest Huawei phones should be likely reproducers if reCAPTCHA isn't working #4744 - I'm not sure of the easiest way to test reCAPTCHA flow otherwise, but I think it's just trying phone auth on an emulator |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I've integrated Firebase SMS authentication to my mobile app and it's working fine in production, on both iOS and Android. Except for a small percentage of the user-base that is getting the following error:
I'm monitoring this error through Sentry installed in the app and only %8 of my user base is getting it, across all Android versions.
There is plenty of documentation of the web for this error, and I think I've checked quite all of it.
Thus, the question: why is it failing for only 8% of the user base?
Checks
In Firebase project, the SHA-1 and SHA-256 fingerprints are set. I did "Add fingerprint" again in the Firebase console (without removing the current ones): no new fingerprints were added, so I assume that they do match perfectly.
keytool -list -v -alias my_app -keystore my_app.keystore
Re-downloaded
google-services.json
=> it matches perfectly the current one (except there is no newline at the end of the file).Presence of
implementation "androidx.browser:browser:1.3.0"
=> check.Additional information
Version of
react-native-firebase
: 10.1.0Note: while checking, I found a mismatch in
package.json
): packageauth
is having a different patch number. Will fix this ASAP in next release by upgrading all packages to^10.8.1
.Help greatly needed.
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions