Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cooloneofficial/smalltalk_messenger
📮 Colorful telegram-like iOS messenger on Firebase
https://github.com/cooloneofficial/smalltalk_messenger
algolia firebase firestore ios messenger sdwebimage swift telegram
Last synced: 10 days ago
JSON representation
📮 Colorful telegram-like iOS messenger on Firebase
- Host: GitHub
- URL: https://github.com/cooloneofficial/smalltalk_messenger
- Owner: CoolONEOfficial
- License: mit
- Created: 2020-03-05T21:16:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-29T19:37:38.000Z (almost 4 years ago)
- Last Synced: 2024-11-14T09:33:50.636Z (2 months ago)
- Topics: algolia, firebase, firestore, ios, messenger, sdwebimage, swift, telegram
- Language: Swift
- Homepage:
- Size: 62 MB
- Stars: 3
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SmallTalk messenger
[![Build Status](https://travis-ci.com/CoolONEOfficial/smalltalk_messenger.svg?token=wfz5f29VzkAUQiKYXcZQ&branch=master)](https://travis-ci.com/CoolONEOfficial/smalltalk_messenger) [![swift-version](https://img.shields.io/badge/swift-5.1-brightgreen.svg)](https://github.com/apple/swift) [![license](https://img.shields.io/badge/license-mit-brightgreen.svg)](https://en.wikipedia.org/wiki/MIT_License)
Fast and small iOS messenger written on Swift using Firebase
## Features
* Messages, chats and users full-text search with [Algolia](https://www.algolia.com/)
* Voice messages
* Message attachments (images only)
* Images caching (avatars, messages etc)
* Forward, copy and delete messages context actions
* Realtime updates everywhere using [Firestore](https://firebase.google.com/docs/firestore)
* Dark mode support
* Phone number authentication## TODO
- Push notifications
- Stickers
- Video attachment support
- Settings & preferences
- Unit tests 💩