user1551817
user1551817

Reputation: 7471

How to change Firestore rules in Firebase

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?

Upvotes: 2

Views: 1853

Answers (1)

Abu bakar
Abu bakar

Reputation: 881

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

Upvotes: 3

Related Questions