Skip to content

Conversation

@gewenyu99
Copy link
Contributor

What does this PR do?

Adds these to /docs/quick-starts

  • swift
  • ruby
  • deno
  • kotlin
  • php

Test 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.)

@render
Copy link

render bot commented Jan 18, 2024

```kotlin
import io.appwrite.Client
import io.appwrite.services.Databases
import io.appwrite.models.Database as DatabaseModel
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we importing as DatabaseModel as service is Databases there shouldn't be conflict?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

Comment on lines 141 to 144
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)
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here we should be using ID.unique()

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oooooops haha

Vincent (Wen Yu) Ge and others added 2 commits January 22, 2024 17:25
Co-authored-by: Damodar Lohani <lohanidamodar@users.noreply.github.com>
Co-authored-by: Damodar Lohani <lohanidamodar@users.noreply.github.com>
@gewenyu99 gewenyu99 requested a review from abnegate January 22, 2024 22:45
Vincent (Wen Yu) Ge and others added 6 commits January 25, 2024 00:53
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>
Vincent (Wen Yu) Ge and others added 4 commits January 26, 2024 10:08
@gewenyu99 gewenyu99 requested a review from abnegate January 28, 2024 19:31
Copy link
Member

@lohanidamodar lohanidamodar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rest is good.

Co-authored-by: Damodar Lohani <lohanidamodar@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants