Home > Software design >  How to change Firestore rules in Firebase
How to change Firestore rules in Firebase

Time:05-26

I am using Firebase for the first time. In my project, someone has told me that I need to change my Firestore rules. Specifically he said "can you see this script it is firestore rules in firestore tab" and then posted:

enter image description here

I am reading the documentation, but it's going over my head. I just want to start by understanding where I find the Firestore rules first of all. I am in my Firebase project and in the "Firestore Database" section, but there is only a "Create atabase" button.

Or is this something that can only be done on the CLI?

CodePudding user response:

You have to create your database first and then you can find your Firestore rules right here.

  • Related