
Hi I need to authenticate using the API key in a kotlin android app. I'm actually using the io.appwrite:sdk-for-android:4.0.0 version (self hosted Version 1.4.3)
I tried adding setKey when creating the client but it won't resolve the reference:
val client = Client(this.applicationContext) .setEndpoint(syncCredentials.cliEndpoint) .setProject(syncCredentials.cliProject) .setKey(syncCredentials.cliApiKey)
What version of SDK should i upgrade to, to be able to use it?
Thanks
Recommended threads
- Document Data is null.
I'm using flutter and I've just got everything set up, the document meta data is null but the actual query is fine. (see screenshot) The permission I have ar...
- Flutter native Google Sign Up with googl...
Hey I want to use the native login instead of the WebView. Do you have any experience on that and has Appwrite to plan this support?
- cli 5.0.5 command for pull and push of d...
Hi i am using selfhosted appwrite 1.5.10, for migration (duplicate project) purpose i am using cli 5.0.5, but i am unable to find commands for pull and push, wh...
