waqasyounis334 / FirebaseRemoteConfigTutorials

This repository contains code of a tutorials where I explained about Firebase Remote Config and how we can use it to force Android user to update the app?

Home Page:https://firebasetutorials.com/firebase-remote-config-complete-android-tutorials-with-sample-app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Firebase Remote Config Android Tutorials

##How we can use Firebase Remote Config to force android app user to update the app?

###This repostory is for explaining the **Firebase Remote Config Tutorial.** That how we could use it

In this code, I have implemeted Firebase Remote Config to force user update the app. 
So, we first put the latest app version code in Firebase Remote Config Console and then fetch it values and compare it with the current version of app.
If the current version code of app is less than the fetched app version code then we show an alert dialog asking for user to update the app.

>You can find the complete tutorial about [what is Firebase Remote Config and how we can implement it in Android?](https://firebasetutorials.com/firebase-remote-config-complete-android-tutorials-with-sample-app/)

Thanks
 

About

This repository contains code of a tutorials where I explained about Firebase Remote Config and how we can use it to force Android user to update the app?

https://firebasetutorials.com/firebase-remote-config-complete-android-tutorials-with-sample-app/


Languages

Language:Java 100.0%