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

Getting started

There are a few ways to open this project.

Android Studio

  1. Android Studio -> File -> New -> From Version control -> Git
  2. Enter git@github.com:mbobiosio/FirebaseRemoteConfig.git into URL field an press Clone button 3, Build the project and run on an android device or emulator

Command-line + Android Studio

  1. Run git clone git@github.com:mbobiosio/FirebaseRemoteConfig.git command to clone project
  2. Open Android Studio and select File | Open... from the menu. Select cloned directory and press Open button
  3. Build the project and run on an android device or emulator

Author

Built With

  • kotlin
Share this project:

Updates