Skip to content

Latest commit

 

History

History
65 lines (38 loc) · 1.77 KB

README.md

File metadata and controls

65 lines (38 loc) · 1.77 KB

Firebase Chatting App

Project title - Firebase Group Chatting App

This is an Android App which I have built by utilizing several firebase features to give a full-fledged experience of a chatting app.
I have used the following firebase features:


--Firebase Authentication-- : For authenticating the users to join the chatting app.
--Firebase Realtime Database--: For storing the messages and images' link sent by the users.
--Firebase Storage--: For storing the image files in cloud.
--Firebase Remote Config--: For managing in-app default values that control the behavior and appearance of the app.
--Firebase Cloud Messaging--: For pushing in app notifications.
--Firebase Cloud Functions--: For triggering an event when some change is detected.
--Firebase Analytics--: For looking at the statistics of app.

Screenshots

friendly1


friendly2


friendly3


friendly4


Tech/framework used

Built with

* Android SDK

* JAVA

* Firebase Services

Overview

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