Skip to content

Pixelmatters/blog-feature-flags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog - Feature Flags

A simple feature-flags code for iOS, made to a Pixelmatters blog article.

Feature toggles are one of the most relevant mechanisms used to modify features in real-time without changing code. Developers can test different changes on a specific group of users before making them available to everyone, being essential in mitigating risks.

blog-feature-flags license. Follow @pixelmatters_

🚀 Get Up and Running

First of all, you must add the Firebase to your project and download the GoogleService-Info.plist to obtain your Firebase Apple platforms config file, without this step you will not be able to use the simple feature-flags code for iOS.

Firebase Remote Config

The Remote Config allows you to change the behavior and appearance of your app without publishing an app update.

Remote Config

The next step is to configure on Firebase the keys that you would like to take control of remotely. There are some rules and conditions to configure the keys correctly that can be verified on Remote Config Parameters and Conditions.

Considering that everything was set up correctly, you can import the simple feature-flags code for your project.

📝 License

Licensed under the MIT License.