Firebase Remote Config
A simple Android application written in Kotlin to illustrate setting up Firebase Remote Config with Dependency Injection. This service Firebase Remote Config is used for experimental and feature rollout. This application also shows how to use Hilt and viewModel in a simple way.
Details
- Operating System : Android
- Programming Language: Kotlin
- Dependency Injection : Hilt
- Fragment Management : Navigation Component
- Cloud Service : Firebase Remote Config
- Design : Material Design, Dark Mode and Light Mode
Getting started
There are a few ways to open this project.
Android Studio
Android Studio->File->New->From Version control->Git- Enter
git@github.com:mbobiosio/FirebaseRemoteConfig.gitinto URL field an pressClonebutton 3, Build the project and run on an android device or emulator
Command-line + Android Studio
- Run
git clone git@github.com:mbobiosio/FirebaseRemoteConfig.gitcommand to clone project - Open
Android Studioand selectFile | Open...from the menu. Select cloned directory and pressOpenbutton - Build the project and run on an android device or emulator
Author
Built With
- kotlin
Log in or sign up for Devpost to join the conversation.