I am conecting the firestore. however, there was a problem when i am trying to do a get
unhandledRejection: [FirebaseError: Missing or insufficient permissions.] { code: 'permission-denied', customData: undefined, toString: [Function (anonymous)] }
I have already set up the security rules all True
rules_version = '2'; service cloud.firestore { match /databases/{database}/documents { match /{document=**} { allow read, write: if true; } } }
did you have that problem ? any sugestion or repo?
thanks
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
I am conecting the firestore. however, there was a problem when i am trying to do a get
unhandledRejection: [FirebaseError: Missing or insufficient permissions.] {code: 'permission-denied',
customData: undefined,
toString: [Function (anonymous)]
}
I have already set up the security rules all True
rules_version = '2';service cloud.firestore {
match /databases/{database}/documents {
match /{document=**} {
allow read, write: if true;
}
}
}
did you have that problem ?
any sugestion or repo?
thanks