
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
- Realtime Disconnects and Error: INVALID_...
Hi Support, we are still experiencing the issue and we are a subscriber on your platform under the account of charlesbcalague@gmail.com I just want to ask here...
- SSO google apple not working anymore
We use Apple and Google sso in our react native app. Everything worked fine until we noticed today that we see general argument error. We did not change anythi...
- Trouble with Anonymous Login on iOS
Ideally I would like to be able to sign in anonymously and persist this user even if they close and reopen the app. Is this possible? Here is what I currently h...
