
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
- 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...
- Swift: Delete All Documents
In Swift, how does one delete all documents in the collection. Is the solution to iterate over each document to delete it by document id? Or is there a .deleteA...
- email verification error??
Hey, I'm trying email verificacion with this signup implementation using deep links on iOS, but when creating the account I get this exception: Exception: Erro...
