Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 637 Bytes

File metadata and controls

26 lines (15 loc) · 637 Bytes

Android_chat_Apk_using_Firebase

This is a chat application built using Firebase and Glide for profile picture images.

Features:

Real-time chat with users

Search for users

Setup:

To set up the project, you will need to create a Firebase project and enable the following services:

Firestore

Authentication

Storage

You will also need to install the following dependencies:

implementation 'com.google.firebase:firebase-firestore:20.2.1'
implementation 'com.google.firebase:firebase-auth:21.0.1'
implementation 'com.google.firebase:firebase-storage:20.2.1'
implementation 'com.github.bumptech.glide:glide:4.13.2'