Setting firestore security rules without using Firebase Authentication
问题 I have an angular web application and I am not using Firebase Authentication, for logging in my users, as it's done via a service. Right now, my firestore account has full access, anyone can perform any operation. I read the documentation of security rules and everywhere it mentioned firebase auth. Is there a way to define rules, without using firebase auth? 回答1: You can certainly use security rules without Firebase Auth, but you won't be able to write any rules that depend on identifying the