You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
}
The text was updated successfully, but these errors were encountered:
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;
}
The text was updated successfully, but these errors were encountered: