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
- Host: GitHub
- URL: https://github.com/odaridavid/firebasechatapp
- Owner: odaridavid
- License: apache-2.0
- Created: 2018-09-24T13:50:39.000Z (about 7 years ago)
- Default Branch: develop
- Last Pushed: 2019-07-19T13:01:56.000Z (about 6 years ago)
- Last Synced: 2025-03-18T20:40:38.806Z (7 months ago)
- Topics: android, android-chat-application, dexter, dexter-library, firebase, firebase-auth, firebase-cloud-messaging, firebase-database, firebase-realtime-database, firebase-storage
- Language: Java
- Homepage:
- Size: 406 KB
- Stars: 24
- Watchers: 2
- Forks: 6
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
| []() | []() | []() |[]() |
|:---:|:---:|:---:|:---:|
| Login Activity | Login Activity | Permissions | Main Activity |## Tools
[Dexter](https://github.com/Karumi/Dexter) -For Runtime Permissions
## License
See [LICENSE](LICENSE)