[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
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Functions executed by events does not ap...
Hello, Running self-hosted Appwrite version 1.9.0 (with console 7.8.26). When functions are triggered by an event (eg. databases.\*tables.\*.rows.\*.create) doe...