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
- Realtime Connection Count only goes up
I just wanted to ask if this behavior is normal. I restarted realtime 2 days ago and it already reached a connection count of over 11k. The count only goes up. ...
- How to allow redirects from other URLs o...
I'm trying to implement google login in react native but the company I work for uses self hosted appwrite, and I always get the invalid success param error
- flutter realtime not working since versi...
I have the problem, that in flutter the realtime does not work anymore when I upgrade the sdk to verison 21.0.0+ (works with 20.3.3) I think the queries are not...