Listen for Query(seniors/6W10dAKIWpU9UWMSWisVXzhU5Em1) failed: Status{code=PERMISSION_DENIED, description=Missing or insufficient permissions., cause=null} code example
Example: Uncaught Error in onSnapshot: FirebaseError: Missing or insufficient permissions.
service cloud.firestore {
match /databases/{database}/documents {
match /{document=**} {
allow read;
allow write: if false;
}
}
}