James
James

Reputation: 21

Cannot edit Storage Rules in Firebase console

I am trying to edit the storage rules on Firebase to add read,write option but firebase just keeps on loading when I click on edit rules tab. Can this be related to my setup? or anything wrong with firebase? TIAenter image description here

Upvotes: 2

Views: 1286

Answers (2)

Mars Robertson
Mars Robertson

Reputation: 13223

Took me a moment to figure out, googled error message, landed here.

READ ONLY:

https://console.cloud.google.com/firestore/databases/-default-/rules?authuser=0&hl=en&project=eth-london-separate

enter image description here

EDITABLE:

https://console.firebase.google.com/u/0/project/eth-london-separate/firestore/rules

(of course the URL of the project will be slightly different for you)

Upvotes: 1

Frank van Puffelen
Frank van Puffelen

Reputation: 599131

firebaser here

There wass a known issue where some folks were not able to edit the security rules for Cloud Storage and Firestore in the Firebase console. This has been fixed now, so you should be able to load the rules into the console as usual again.

If that doesn't work, reach out to Firebase support for personalized help in troubleshooting.

Upvotes: 5

Related Questions