Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase 3 - We have blocked all requests from this device due to unusual activity

I was testing my login/sign up feature and for some reason I can't understand Firebase now is blocking all requests from my device.

I've waited one day to try again, but I still have the same problem.

ERROR: "We have blocked all requests from this device due to unusual activity. Try again later."

What should I do to have access to my database again?

like image 929
Eusthace Avatar asked Jun 02 '16 20:06

Eusthace


People also ask

How do I change the SMS verification template in firebase phone Auth?

Unfortunately, neither the email verification template nor the SMS verification template can be modified. You can select the language from the Firebase Console, however this is a per project setting and you can't modify the templates.

What is firebase phone authentication?

You can use Firebase Authentication to sign in a user by sending an SMS message to the user's phone. The user signs in using a one-time code contained in the SMS message.


2 Answers

If you use Phone Authentication, Here is what to do:

  1. Go to Firebase Console
  2. Authentication ==> Sign-in-method
  3. Go to "Phone" and pop-up will show
  4. Add your phone number at "Phone Numbers for testing" along with a verification code from your choice.

And it works now :)

like image 88
Mohammed Hasan Avatar answered Sep 17 '22 12:09

Mohammed Hasan


One of the possible solutions:

  1. Go to your Firebase console -> Auth -> Users table

  2. Locate the user you are testing.

  3. Delete this user.

  4. Retest.

like image 35
Artyom Okun Avatar answered Sep 17 '22 12:09

Artyom Okun