dammy
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. joeyouss
do you mean what this code is doing? its jsut making a document
dammy
ok
dammy
I appreciate you ma @joeyouss
joeyouss
[CLOSED] Data for users
Recommended threads
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...