https://github.com/logisticinfotech/firebase-swift-simple-chat
firebase real time chat demo
https://github.com/logisticinfotech/firebase-swift-simple-chat
communication demo-app firebase firebase-chat firebase-swift-chat ios real-time real-time-chat-app realtime-messaging swift swift-chat
Last synced: about 1 year ago
JSON representation
firebase real time chat demo
- Host: GitHub
- URL: https://github.com/logisticinfotech/firebase-swift-simple-chat
- Owner: logisticinfotech
- License: mit
- Created: 2018-06-28T12:21:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-31T15:43:01.000Z (over 7 years ago)
- Last Synced: 2025-04-23T21:08:26.224Z (about 1 year ago)
- Topics: communication, demo-app, firebase, firebase-chat, firebase-swift-chat, ios, real-time, real-time-chat-app, realtime-messaging, swift, swift-chat
- Language: Swift
- Homepage: https://www.logisticinfotech.com/blog/real-time-chat-application-with-firebase/
- Size: 34.8 MB
- Stars: 13
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# firebase-swift-simple-chat

Now a day trend for real time communication gets increased, web socket brings change to messaging apps development for real time communication and instant messaging. Firebase is pride great way for real-time chat using PubSub method. Here you will learn how to integrate iOS client app with firebase for real time communication. It’s easy to use and store the data in firebase real time database.
[Here](https://www.logisticinfotech.com/blog/real-time-chat-application-with-firebase/) you will find step by step detail desrcription how to integrate firebase and accompish chat app.