firechat-ios
firechat-ios copied to clipboard
An example chat application built using the Firebase iOS SDK
This is a legacy Firebase example (for SDK 2.x.x). You probably want to use one of the up-to-date examples at https://firebase.google.com/docs/samples
Firechat-iOS
Firechat is a simple chat/messaging app that uses the Firebase iOS SDK. Customize the views to easily add messaging to your apps!
- By default, new messages are on top. You can reverse the messages by setting
newMessagesOnTop = NOin theviewDidLoad:method ofViewController.
Status
This sample is no longer actively maintained and is left here for reference only.