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

https://github.com/odaridavid/firebasechatapp

A Chat app built on firebase features such as firebase-ui,database,storage and cloud messaging
https://github.com/odaridavid/firebasechatapp

android android-chat-application dexter dexter-library firebase firebase-auth firebase-cloud-messaging firebase-database firebase-realtime-database firebase-storage

Last synced: 7 months ago
JSON representation

A Chat app built on firebase features such as firebase-ui,database,storage and cloud messaging

Awesome Lists containing this project

README

          

# Chatty

This repository contains code from the FriendlyChat project in the [Firebase in a Weekend: Android by Google](https://www.udacity.com/course/firebase-in-a-weekend-by-google-android--ud0352) Udacity course.
With a few modifications and updates

## Overview

Chatty is an app that allows users to send and receive text and photos in realtime across platforms.

## Setup

Setup requires creating a Firebase project. See https://firebase.google.com/ for more information.

## Screenshots
| [![Screen1](art/LoginActivity.png)]() | [![Screen2](art/LoginActivity_2.png)]() | [![Screen3](art/Permissions.png)]() |[![Screen4](art/MainActivity.png)]() |
|:---:|:---:|:---:|:---:|
| Login Activity | Login Activity | Permissions | Main Activity |

## Tools

[Dexter](https://github.com/Karumi/Dexter) -For Runtime Permissions

## License
See [LICENSE](LICENSE)