Firebase rules when user log out 'Missing or insufficient permissions. Error: Missing or insufficient permissions'
问题 Error : 'Error with profile listener: Missing or insufficient permissions. Error: Missing or insufficient permissions.' My app is a project manager built using Reactjs, Redux, Firebase. Could you tell me why it gives this error when the user logs out and how to solve it? My rules: service cloud.firestore { match /databases/{database}/documents { // Match any {project} document in the 'projects' collection match /projects/{project} { // Allow signed in users to read write projects allow read,