How Do I Generate Stream Chat Tokens with Appwrite?
- 0
- Databases
- Android
- Messaging
- Realtime
- Functions

I am trying to create a chat system in my app using stream chat. I have a basic chatroom made, but now I am stuck on how to generate tokens for users. Following the stream-chat documentation (https://getstream.io/chat/docs/react/tokens_and_authentication/), it seems that I have to add some code to my backend service (appwrite), but I am not sure how or what code I should even provide. I believe creating a function is the way to do it, but I am not sure how to properly set that up as well.
For further context, I am following this video tutorial to set up the messaging/chat system within my app: https://www.youtube.com/live/UxSdy3oOnIw?si=89YvS30ZILtlU4lF
Any help is greatly appreciated!
Recommended threads
- Database error
My code: await databases.createDocument( process.env.APPWRITE_DATABASE, process.env.APPWRITE_COLLECTION_USER, data.userId, ...
- API preflight request not working on .f...
When I am calling a function on my APP through the domain is failing. Because the preflight request (OPTIONS HTTP request) times out. this only occurs with fu...
- No Headers
Hi I have 2 appwrite functions, one is working fine on localhost, second is not even working on prod with https, i inspected the api call, no headers are being ...
