[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
- Site deployment keeps getting failed
Hi good folks, need a hand with Sites deploy Error on every deploy: Synchronous function execution timed out... duration doesn't exceed 30 seconds [exact log ...
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...