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?