Firebase Firestore User-Based Security

The purpose of this article is to explain a simple way to set the Firebase Firestore security rules to allow users to only CRUD their data and not everything else. Let’s say you have 2 collections and one of them is “users” with user data and the other one is called “todos” for documents owned […]

Firebase Firestore User-Based Security Read More »