Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fernandospr/android-ric
Really Instant Chat for Android
https://github.com/fernandospr/android-ric
Last synced: 20 days ago
JSON representation
Really Instant Chat for Android
- Host: GitHub
- URL: https://github.com/fernandospr/android-ric
- Owner: fernandospr
- Created: 2017-06-23T15:36:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-09T16:06:38.000Z (over 7 years ago)
- Last Synced: 2024-11-08T10:50:45.574Z (2 months ago)
- Language: Kotlin
- Homepage:
- Size: 23.7 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# android-ric
Really Instant Chat for AndroidThis project is based on a tutorial for iOS from Raywenderlich.
It uses and demonstrates Firebase's anonymous authentication and database to create a simple chat.
This demo project includes anonymous authentication, creation of chat groups (channels) and the chat inside these groups.
## Demo
Left is iOS (from Raywenderlich tutorial), right is Android (this project)
* Login
* Chat
## Setup
1. Clone/download this repository.
2. Signup for an account at Firebase.
3. Create a project in the Firebase console.
4. Add an Android application, follow the steps and download the `google-services.json` file.
5. Copy its contents to the file located at `android-ric/app/google-services.json`.
6. Run the project.