FeatureFuel
7

Supabase Remote Config like Firebase

Source: supabase/supabase#23323 · opened by @ThomasDevApps
Hi, I wanted to ask you if Supabase will have a "Remote Config" feature like Firebase ?

In a Flutter project, this could be very useful for storing information like :

• min_build_ios
• min_build_android

But it could be even more interesting for trunk-based development projects, by facilitating feature flags, for example :

• enable_feature_1 : false
• enable_feature_2 : true

Of course, these values can be changed at any time.

The value of the key present in the remote config could be, for example :
• a boolean
• a string
• an int
• a JSON

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests