
Yusuf Tör
Firebase Tutorial: Real-Time Chat
Learn to build a chat app with Firebase and MessageKit!

It seems like every major app out there has a chat feature, and yours should be no different!
However, creating a chat tool can seem like a daunting task. There are no native UIKit controls specifically designed for chat, and you need a server to coordinate and store the conversations between users.
Fortunately, there are some great frameworks out there to help you.