Reputation: 23370
I am getting an error of: Error loading rules: Requests from IP address ... are blocked. When trying to access security rules throguh the console. I tried from other computers and networks and it persists.
Upvotes: 0
Views: 527
Reputation: 15963
A few thoughts:
You may be able to use the Firebase CLI to upload rules to your default bucket:
firebase init storage
open storage.rules # edit with your favorite editor
firebase deploy --only storage
Upvotes: 1