Firebase Uncaught Error in onSnapshot: [FirebaseError: Missing or insufficient permissions.] 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;
}
}
}