Back

[CLOSED] Data for users

  • 0
  • Databases
  • Flutter
dammy
9 Jun, 2023, 09:45

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
9 Jun, 2023, 11:07

do you mean what this code is doing? its jsut making a document

dammy
9 Jun, 2023, 19:48

ok

dammy
9 Jun, 2023, 19:48

I appreciate you ma @joeyouss

joeyouss
10 Jun, 2023, 14:45

[CLOSED] Data for users

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more