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.
I’ve worked with Thunkable and Firebase. I can help you implement a 1-on-1 real-time private chat system using Firestore, ensuring smooth courier-user communication and chat thread management.
I can help you build out the private chat using Firebase and Thunkable.
Firestore would work well here for scalability and message syncing.
Happy to assist with structuring the chat logic and database setup.