Uh oh!
There was an error while loading. Please reload this page.
Feat server sdks quickstarts - #533
Conversation
Your Render PR Server URL is https://appwrite-io-docker-pr-533.onrender.com. Follow its progress at https://dashboard.render.com/web/srv-cmkqte6g1b2c738bjds0. |
Uh oh!
There was an error while loading. Please reload this page.
| ```kotlin | ||
| import io.appwrite.Client | ||
| import io.appwrite.services.Databases | ||
| import io.appwrite.models.Database as DatabaseModel |
There was a problem hiding this comment.
Why are we importing as DatabaseModel as service is Databases there shouldn't be conflict?
Uh oh!
There was an error while loading. Please reload this page.
| databases.createDocument(todoDatabase?.id!!, todoCollection?.id!!, UUID.randomUUID().toString(), testTodo1) | ||
| databases.createDocument(todoDatabase?.id!!, todoCollection?.id!!, UUID.randomUUID().toString(), testTodo2) | ||
| databases.createDocument(todoDatabase?.id!!, todoCollection?.id!!, UUID.randomUUID().toString(), testTodo3) | ||
| } |
There was a problem hiding this comment.
Same here we should be using ID.unique()
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Damodar Lohani <lohanidamodar@users.noreply.github.com>
Co-authored-by: Damodar Lohani <lohanidamodar@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Jake Barnby <jakeb994@gmail.com>
Co-authored-by: Jake Barnby <jakeb994@gmail.com>
Co-authored-by: Jake Barnby <jakeb994@gmail.com> Co-authored-by: Damodar Lohani <lohanidamodar@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Jake Barnby <jakeb994@gmail.com>
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Damodar Lohani <lohanidamodar@users.noreply.github.com>
What does this PR do?
Adds these to
/docs/quick-startsTest Plan
(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)
Related PRs and Issues
(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)
Have you read the Contributing Guidelines on issues?
(Write your answer here.)