You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would something like FireBase be sufficient for this rather than writing a new service? Are there limitations on pre-existing cloud solutions we may not be able to use?
Would something like FireBase be sufficient for this rather than writing a new service? Are there limitations on pre-existing cloud solutions we may not be able to use?
In fact, we require something exactly like Firebase Remote config but due to privacy reasons, we might not want to use a 3rd party service.
Summary:
Here's my visualization of a service that can handle experimental features.
We write a simple service called
GatekeeperService
. The responsibility of this service will be to:It will look like:
And
gatekeeperName
can be:isGatekeeperEnabled
can return if a particular feature(key) is true or false.In the most simplistic form, it can decide to enable/disable any feature on the basis of product flavor.
These are all the things based on which we can enable/disable any feature for a particular user:
The text was updated successfully, but these errors were encountered: