smallbets / userbase

Create secure and private web apps using only static JavaScript, HTML, and CSS.
https://userbase.com
MIT License
2.26k stars 124 forks source link

All users can view all other items created. #418

Open Shubhampratapsingh opened 1 year ago

Shubhampratapsingh commented 1 year ago

Use Case: There is a multi author blog app based on react and userbase. I have one database i.e "Blogs". All the user create their blog post in the same database. Currently only creator are able to read and write blog post. But I want every user to just read other blog post and only blog post creator can edit or delete that. Share database not working in my usecase, it's giving error as ShareTokenNotAllowed.

How can i achieve this feature?