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.
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?