[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
- Invalid query: Query on attribute has gr...
I cannot view the table within the Console
- Relations within the same table
Hello, I'm currently building a sort of dictionary (a literal one) and thus I need words (which is one single table of words in my database) to be able to have ...
- [SOLVED] Query.search() returning all ro...
When I use Query.search() instead of returning rows with the keywords provided it just returns all the rows in the table.