-
-
Notifications
You must be signed in to change notification settings - Fork 0
Chat
mfreeman451 edited this page Mar 14, 2022
·
13 revisions
See Models
Currently storing in 'chatrooms'
reactions: {
hot_take: "π₯",
alert: "π¨",
like: "π",
dislike: "π",
},
- A new chat for every chase?
- What if people just want to chat all the time?
- Image filtering with google
- Filter offensive text
- Support web and flutter
- Scale to 50k+ users
- Getstream https://getstream.io/
- Roll our own with google rtdb
- Supports JS https://github.com/GetStream/stream-chat-js/
- Flutter https://getstream.io/chat/sdk/flutter/
- Backend (Go) https://github.com/GetStream/stream-chat-go/
We can write cloud functions using this library that are triggered based on twitter, birds of a feather, or other events, and feed them into chat automatically. This will give us instant activity in our chats.