[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
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here 🙂 I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...