First, cross-verify your Firebase phone authentication implementation. It's possible that multiple attempts may have temporarily blocked requests from your device. I recommend starting with a dummy phone number added under Authentication → Phone Numbers
in the Firebase console. Once that works, try with your real mobile number. Also, make sure to wrap your code in a try-catch
block to catch any potential errors — print the error and debug accordingly.