This repository has a Medium Article to show how we can implement firebase remote config for feature flag implementation in Android project.
If you would like to support my work, coffee is my best friend for writing code and articles: https://buymeacoffee.com/canerkaseler ☕️
You can reach me on social media and other platforms, stay tuned: https://linktr.ee/canerkaseler 🤝
This article goals to show combination of below features together:
- Firebase Remote Config for feature flags
- Kotlin Flow to observe Firebase Remote Config
- Jetpack Compose for screen components
Table of contents:
- Quick look Firebase Remote Config file
- Example Android project structure and its Gradle files
- Observe Firebase Remote Config file with Kotlin Flow
- Collect Firebase Remote Config in ViewModel and update compose screen
There is an example of Firebase Remote Config updating and Android application behaviour.
If you would like to continue reading and learn some details about above parts, please check out the Medium Article. I hope, this repository and its Medium article will be useful and beneficial for your project! 🙌