Skip to content

Simple real-time chat application using Firestore

Notifications You must be signed in to change notification settings

Amuri-Bonface/FirestoreChatApp

 
 

Repository files navigation

FirestoreChatApp

What is this project?

This is a simple real-time chat application built using Firebase Authentication and Firestore.

I built it mostly to use as a starting-point for other applications that have a real-time chat portion.

Application features:

  1. Register new users
  2. Login with users that have registered
  3. Create new chatrooms
  4. Join chatrooms
  5. Chat with other users

IMPORTANT SETUP INFORMATION

This project will not compile and run until you have created a new Firebase project at firebase.google.com and you've added a google-services.json file to the app folder.

This is very easy to do, just follow the instructions here.

Alternatively open android studio under tools select firebase,the assistant will open-up. Click on authentication follow the instructions and google-services.json file will automatically be added to your app.

Make sure the package name you use is: 'com.codingwithmitch.firestorechatapp'.

About

Simple real-time chat application using Firestore

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%