Hey!
I am building an app using React Native, and Firebase for user management / auth.
I have an "Inbox" screen for messaging between users. Right now I am building the messaging from scratch, using Firestore to store data.
I am wondering is there an easier way to build the Inbox? Seems like a very common feature.
Thanks, guys!