Quickstart

How to implement a flag around my feature “Log-in with Google“ and control it through a feature toggle use case in Flagship.

Introduction

This Quickstart will guide you to implement the use case Log-in with Google on your website. See Github repo.

In this scenario, we need to have 3 renderings of login page according to visitor geographical area.

  • All users in Europe/America will have the basic login process and login with Google,
  • Users in Asia zone will get the basic login process and login with WeChat
  • All the others will get only basic login process.
    We will change the login button color according to the geographical area too.
462

Login page for users in Europe/America zone

456

Login page for users in Asia zone

483

Login page for all the others