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 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 = NO
in theviewDidLoad:
method ofViewController
.
This sample is no longer actively maintained and is left here for reference only.