Error in snapshot listener: FirebaseError: 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;
}
}
}