
Hi guys, im pretty new here and i'm starting to use appwrite and i already got some stuff done 🙂 But i think i hit a road block, that perhaps is simple one to resolved. I'm following the documentation and when i'm and several places appears this ".setKey(" to define the client but when i try to use this on my project this message "vale of type 'Client' has no member 'setKey'". Can you guys help me understand what im doing wrong 😦

You two types of Appwrite SDKs One for clieny access and one for server side access You can see more about it here https://appwrite.io/docs/functions
In your code your accessing the client one which don't have the by key option.

In your case you're it seems like you're trying to connect from the client Apple iOS side and this SDK will work on client mode
Recommended threads
- Swift: Response from .deleteDocument
According to the docs, in Swift when calling `databases.deleteDocument` the response is supposed to be 204 (No Content). However, we are finding the response is...
- Project Setup
Hi Appwrite Community. I would like to set up my Xcode Project with the Appwrite SDK. I can't get it to work. I hope somebody can help me with this. Thanks 🙂 ...
- OAuth Login Doesn’t Work on iPhone (Safa...
hey there! i am trying to use a custom domain for auth. as i am currently using https://nyc.cloud.appwrite.io/v1 but auth doesn’t work on iphone or safari bec...
