Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

firestore permission error on products collection #10

Open
Thomas-Ahn opened this issue Jul 23, 2021 · 1 comment
Open

firestore permission error on products collection #10

Thomas-Ahn opened this issue Jul 23, 2021 · 1 comment

Comments

@Thomas-Ahn
Copy link

Got error on new seller product as following:
[cloud_firestore/permission-denied] The caller does not have permission to execute the specified operation

I tried open all permission, but no use. here is my rules:
match /products/{document=**} {
allow read: if true;
allow create, write, delete: if true;
}

@rahul-badgujar
Copy link
Owner

Create a firebase project for your account and connect this flutter app to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants