Hi,
I’ve already built most of my app on Thunkable and connected it to Firebase Authentication. The app is working, but I need help adding two key features:
1. Private Chat System (1-on-1):
Couriers can see orders and start a private chat with the user who placed it.
Each courier gets their own chat thread with the user (no group chats).
Users see only their own chats in a “Chats” page.
Real-time messaging using Firebase Firestore or Realtime Database.