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;
}