Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase error: Blocked all requests from this device due to unusual activity

I am getting the error below when testing Firebase authentication

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

How do I fix this without deleting any data? There has to be a way to enable development/testing this stuff.

like image 574
Emad Avatar asked Sep 02 '16 11:09

Emad


1 Answers

I went into firebase > Authentication > sign-in method > google and added my client id to the whitelist.

like image 85
Emad Avatar answered Sep 28 '22 06:09

Emad