Using Firebase Remote Config in Android
Firebase Remote Config is a cloud service provided by Firebase.
In previous article Getting Started With Firebase Android we have seen what are the features Firebase is providing to improve app performance and usability.
Firebase Remote config is the best feature from developer point of view, it allows you to perform some dynamic operation without updating the build. End user will get the latest changes without updating application to new version.
You can use Firebase Remote config to provide promotional offer banners to user without updating new build.
Continue Reading →