On my application I want each authenticated user to be able to :
- Create/edit/delete a new product with all the associated information
- See the list of products of other users
On the other hand, I want the creator of the product to be the only one who can edit the information of his product
Do you have any idea how to do this on Glide?