Basic examples of using Cloud Firestore Security Rules

Kacper Hreniak
4 min readMar 21, 2019

Articles:

  1. Basic examples of using Cloud Firestore Security Rules
  2. Advanced examples of using Cloud Firestore Security Rules

Cloud Firestore Security Rules is a tool to define access control to your Firestore. You don’t have to worry about creating an authorization or authentication code for your database. In the dashboard of the Cloud Firestore Security Rules define matches to your collections or subcollections and create conditions for each of them to manage access to the Firestore.

Kacper Hreniak

Senior Mobile Software Engineer — What’s the most important part of programming? Share your knowledge with teammates and test your code!