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
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...