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
- cli broke with new varchar type??
``` appwrite types ./appwritetypes ℹ Info: Detected language: ts ℹ Info: Directory: ./...
- Fix Android OAuth2 page not being resume...
I've opened a PR a while back that fixes Flutter OAuth2 authentication with recent `flutter_web_auth_2` version, that didn't get much attention: * https://githu...
- Weird Query Error
In next js I am getting this error in the image ```js queries: [ Query.equal('title', TitleId), Query.limit(10) ] ``` am I doing something...