As an android app developer, it was very peculiar to do Client – Server communication before Firebase. Now, with the help of Firebase, all this became very comfortable for us.
Firebase provides many features like Analytics, Authentication, Real Time Database, Storage, Notification, Dynamic Links, Crash Reporting, Invites, Test lab, Remote config, App Indexing and Admob.
Using remote config user can modify android app without new production of android app development.
In Firebase, Remote Config defines parameters in our app and update their values in the cloud, allowing us to modify the appearance and behavior of our app without distributing an app update.
Remote Config Integration:
Step 1 :
classpath 'com.google.gms:google-services:3.0.0'
apply plugin: 'com.google.gms.google-services’
Step 2 :
compile 'com.google.firebase:firebase-config:10.2.0'
Step 3 :
mFirebaseRemoteConfig.setDefaults(R.xml.remote_config_default);
Step 4 :
Step 5 :
Step 6 :
My_message : This is remote config testing
My_message_color : #d6142e
Step 7 :
We’ve seen what 9series can do with Firebase Remote Config and how to execute it into our application to start modifying the look & feel and behavior of our application remotely.
Being a top Firebase android application development companies New York, we have experienced team with extensive knowledge in making mobile applications using Firebase platform.