Hi,
I’m a bubble beginner and I want to make a clone of Google Docs/Google Drive.
It will have folders and inside documents. What are the basic attributes to have in mind when building it?
A very important thing is that I want to have 3 types of users.
- Owner (can do everything, deleting documents, deleting owned folders and restrict or change
access of folder) - Editor (can go inside invited folder and documents that are in that folder, but not delete the
folder or documents) - Reader (can only see inside invited folder and documents in that folder, cannot delete or edit)
How data roles could be implemented for extra security?
Does anyone know a “How to series” or another tutorial for me to begin with?
Thanks in advance.