Where is the issue affecting you ?
The issue is affecting while authenticating the user. Users are facing issues while generating OTP (client sdk function name: signInWithPhoneNumber) when trying to login through their mobile number. The number of errors while generating OTP have increased ~20X in the past few days.
Error messages increased:
Majorly: [auth/internal-error] An internal error has occurred, please try again.
Also increased: [auth/too-many-requests] We have blocked all requests from this device due to unusual activity. Try again later.
Also Increased: Firebase: Error (auth/error-code:-39).
Screenshots of the issue:
Screenshot of mixpanel graph showing spike in errors in last 30 days

The framework name that you are using: React Native
The Firebase product name that you are experiencing the issue: FIrebase Authentication Service
Your Firebase CLI version that you're using :
We are using
firebase npm package (
link) with version
9.9.3 in our project.
react-native clients used as below:
"@react-native-firebase/app": "16.4.6"
"@react-native-firebase/auth": "16.4.6"
Steps to reproduce this behavior:
This issue is occurring to prod users at scale, we are not able to reproduce it at our code level. It looks like a service degradation issue.