Firestore rules are not being applied to firebase

My rules files do not seem to be uploaded to firebase.

In the firebase web ui the firestore and storage rules are outdated and have not been updated with changes to the rules files in firebase studio.
Do I have to manually upload rules? Or is there some action I need to take in the firebase studio UI to push them up?

My rules files are ~/studio/firestore.rules and ~/studio/storage.rules

W

1 Like

I had the same issue and ended up manually copying the rules over to Firestore.

use the terminal to deploy the rules or germini agent or cli. The studio will just display endless rules errors. The terminal rules deployment works for me. I hope that helps!!