Firebase Android Chat Application

Опубликовано: 21 Июнь 2026
на канале: AndroidABCD
49,800
243

Hi To get started with the firebase android chat approach have firebase and other things synced to your project, for that please do follow the below description.


Step 1: Create empty android project.

Step 2: Add the gradle dependency and exclusion of license packagingoption

dependencies {
compile 'com.firebase:firebase-client-android:2.4.1+'
}

android {
...
packagingOptions {
exclude 'META-INF/LICENSE'
exclude 'META-INF/LICENSE-FIREBASE.txt'
exclude 'META-INF/NOTICE'
}
}

Step 3 : Watch the video for further details :) and ask your friends encourage this channel by subscribing it .

Links : Firebase android quickstart link
https://www.firebase.com/docs/android...

Links : Code repo for the same episode
Link: https://github.com/ashokslsk/Firebase
Based on the likes and comments i would like to post one more firebase video for chatting system using firebase in android platform.


Please do subscribe, like and comment on the video