Click here to Skip to main content
15,885,875 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: (untagged)
Hi everyone,
Based on my project workflow, there will be one main user that will be able to sign up via email. Then this user will be able to create, update and delete thousands of users by giving email and password. I can create thousands of users in seconds. However; In order to update these users' email and passwords, I login by this user delete it, register again by updated email and password and lastly; I login with main user. By doing this firebase throws this error.

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


Any idea is appreciated. Thanks!!

What I have tried:

I tried to increase firebase quota from 100 to 1000 but I need more.
Posted
Updated 27-Jun-18 13:45pm

1 solution

Quote:
We have blocked all requests from this device due to unusual activity. Try again later.
That means that Firebase is no longer accepting any more queries from your account, the one you are using to sign in. Check your email and they might have just sent you some information to get started and get the controls back.

Otherwise, you are locked out. Try one of the solutions provider over here, Firebase 3 - We have blocked all requests from this device due to unusual activity - Stack Overflow[^]
 
Share this answer
 
Comments
tasinsahin 28-Jun-18 8:40am    
Hi, thanks for the reply. I was trying to delete thousands of users in a client firebase app. That was the problem. I searched my problem and found out the answer. In order to update or delete users from single Ip, firebase Admin SDK should be used in a server app. Also, the ip address should be whitelist on firebase console. Now, I am creating http request to the server app with firebase Admin SDK and server does all the job.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900