Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# android-ric
Really Instant Chat for Android

This 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.