# How to Customise Flutter App Features using Firebase Remote Config ## Introduction A brief introduction of this tutorial ## What is Firebase Remote Config Brief intro to firebase config ## Prerequisite The tools you need to have. ## Firebase Remote Config Installation * Install and initialise firebase sdk for flutter * Add remote config SDK to your app ## Creating Parameter Values * Adding parameter values from firebase console ## Setting Conditions * Setting conditions from firebase console ## Create Firebase Remote Config Service Class * Create dart Class ‘FirebaseRemoteConfig.dart’ * Create helper methods ## Integrating into Flutter Project Using Parameters * Coding our App to work with firebase remote config ## Testing App Final result ## Conclusion A wrap up of the tutorial