Super simple Firebase integration to android.
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