sdk-for-android
sdk-for-android copied to clipboard
[READ-ONLY] Official Appwrite Android SDK 💚 🤖
### 💭 Description Hello everyone, unfortunately, the lack of user-friendliness in the SDK and having to manage everything with try-catch blocks had turned me off from this product. I downloaded...
### 👟 Reproduction steps When I'm using the appWrite dependency in new build.gradle with catalogue it show a error on sdk.**for**.android rename that in "io.appwrite:sdk-for-android:5.1.0" by an other name it...
### 👟 Reproduction steps https://github.com/appwrite/sdk-for-android/blob/85fac9dedd90eefe8407382cdd9f54b436862703/library/src/main/java/io/appwrite/services/Realtime.kt#L116-L123 when call this job in multiple threads ,it may call createSocket twice times or more? ### 👍 Expected behavior when call this job in multiple...
## What does this PR do? (Provide a description of what this PR does.) ## Test Plan (Write your test plan here. If you changed any code, please provide us...
### 👟 Reproduction steps 1. Call `account.createOAuth2Session()` and pass in a list of strings for the scopes ### 👍 Expected behavior It should generate a URL where scopes are like...
### 👟 Reproduction steps 1. Call the `listDocuments` function with parameters that include database and collection IDs, a numeric limit, and a list of attributes. 2. Include attribute selection in...