[CLOSED] say if i want to create a simple todo web appi think i need to be able to create a database
- 0
- Web
- Databases
- Accounts
- Self Hosted
- Users
and render
but if i am using one single collection
all users will be
storing their string in a single collection
so if for example user 1 say call my mon
it gets stored in the collectiion
and user 2 say call my dad
it also gets stored in the colection
so whe i get the collection both users will be seeing call my mom
and call my dad
Appwrite has a permission system so that a document can be made private and only viewable by that user: https://appwrite.io/docs/permissions
okay
can you help me create a demo please
Some things might be a little out of date: https://appwrite.io/docs/getting-started-for-web#demos
i dont get
What?
this
What?
Some things might be a little out of date: https://appwrite.io/docs/getting-started-for-web#demos
Did you look at it?
i am looking at it
i am unable to sign up
Refer to the code in the repo. That's what I was saying might be out of date, but the general idea still applies
ok thanks alot
[CLOSED] say if i want to create a simple todo web appi think i need to be able to create a database
Recommended threads
- API key not having access to database
My api key with read and write access to row and tables and DB I not working. In my test the results returned an empty database. This is the second time I am...
- "Restore project" button fails: "Invalid...
In the dashboard, it clicking "Restore project" fails. The request sent to `PATCH https://cloud.appwrite.io/v1/projects/:project_id` with payload `{status: "act...
- how to access the value of account statu...