Mayursinh Parmarmayursinhdevblog.hashnode.dev·Nov 18, 2024Unlocking the Power of Firebase Remote Config in Android Kotlin with Clean ArchitectureHello, wonderful devs! I am your app Sensei, and today, we're going on an exciting journey to explore Firebase Remote Config in the context of Android development using Kotlin and the principles of Clean Architecture. Whether you're building your fir...AndroidAndroid
Nasirnasirmomin.hashnode.dev·Aug 31, 2024App Update Feature Flag with Firebase Remote ConfigMy client required a Force App Update feature in a Flutter application but preferred not to involve any server-side feature flags or backend support. This is where Firebase Remote Config becomes valuable. Firebase Remote Config acts as a feature flag...248 readsFlutter
Shreeyash SJshree8.hashnode.dev·Apr 12, 2024App Update Prompt: Using Firebase Remote Config in React NativeHave you ever wondered how to prompt users to update your app whenever a newer version is available? In today’s fast-paced mobile app development landscape, maintaining your app with the latest features and improvements is essential for delivering a ...1 likeFirebase
Noman Sadiqdevelopwithnomi.hashnode.dev·Oct 26, 2023How to integrate Remote Config in AndroidInitial Steps If you haven't done so already, create a new project in the Firebase console. Click on "Add Firebase to your Android app" and follow the setup steps. When prompted, enter your app's package name, for example, com.android.myapp At th...104 readsRemoteConfig
Pranav Masekarsungod.hashnode.dev·Jul 30, 2023Dynamic App Configuration with Flutter and FirebaseIntroduction - Flutter is an increasingly popular open-source framework for building beautiful, high-performance mobile apps for iOS and Android from a single codebase. One of its major advantages is the ability to iterate quickly and ship updates on...577 readsFlutterFlutter