Skip to content

firestore permission error on products collection #10

@Thomas-Ahn

Description

@Thomas-Ahn

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions