Create a messaging interface

Hi,
I’m trying to create a messaging app for watchOS that pulls firebase messages. That being said, I want to create a messaging interface similar to the messaging app that is included on the watch natively. I know I can invoke the set of replies and the option to scribble, but other than that, I’m at a loss for how to actually create and organize the sent and received messages. If someone could point me in the right direction, I’d be extremely grateful

Hi adr713,

I guess this guide on creating messaging apps will come in handy!

Hello,
To create a messaging interface for watchOS destiny mastercard that pulls Firebase messages, you can use WatchKit for the UI and Firebase SDK for real-time messaging. Start by setting up Firebase in your project, then design the interface with WatchKit’s WKInterfaceController and WKInterfaceObject classes. Use Firebase’s real-time database or Firestore to handle message storage and retrieval.

Best Regards,
Michael Gardner