https://github.com/firebaseextended/firechat-ios
An example chat application built using the Firebase iOS SDK
https://github.com/firebaseextended/firechat-ios
Last synced: 20 days ago
JSON representation
An example chat application built using the Firebase iOS SDK
- Host: GitHub
- URL: https://github.com/firebaseextended/firechat-ios
- Owner: FirebaseExtended
- License: mit
- Archived: true
- Created: 2012-12-05T00:45:51.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2020-08-10T13:58:01.000Z (over 5 years ago)
- Last Synced: 2025-07-07T17:43:57.387Z (9 months ago)
- Language: Objective-C
- Size: 8.24 MB
- Stars: 245
- Watchers: 57
- Forks: 104
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 = NO` in the `viewDidLoad:` method of `ViewController`.
## Status

This sample is no longer actively maintained and is left here for reference only.
License
-------
[MIT](http://firebase.mit-license.org)