Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

"Firestore permission denied without authentication" means that the user is trying to access the Cloud Firestore database without being authenticated. Cloud Firestore requires users to be authenticated with valid credentials in order to perform any database operations, such as reading or writing data. If a user tries to access the database without being properly authenticated, they will receive a "permission denied" error message. This is a security measure to protect the database from unauthorized access.