In the code below, will I always create new collection for users or it's just new document?
TypeScript
databaseId: '[DATABASE_ID]',
collectionId: '[COLLECTION_ID]',
documentId: '[DOCUMENT_ID]',
data: {},
);```
TL;DR
The user is wondering if they will always create a new collection for users or if it's just a new document. The code provided is used to create a new document in a collection within a specific database. It is not creating a new collection.do you mean what this code is doing? its jsut making a document
ok
I appreciate you ma @joeyouss
[CLOSED] Data for users
Recommended threads
- Error with realtime channels
I'm performing a subscription to realtime channels, and after a few seconds I get an exception with this error: {\"type\":\"error\",\"data\":{\"code\":1008,\"me...
- Auth not working on expo react native
I'm trying to launch a development server with expo go and appwrite as a backend. On my windows pc, I've got a local docker instance of appwrite running as my b...
- Bulk delete failed with 401
- I created a transaction to bulk delete rows in a table has `done` equal `true` follow documentation. But when run, it returns 401 unauthorized error as screen...