Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase Remote Config: Version condition is disabled for Unity projects

I have a project in which I have to change remote config values of some parameters for each version. When I try to use version code while setting conditions in remote config, it is always grayed and not interact-able.

Am I missing something or is this intended? Any other ways to solve this problem other than adding a separate version control parameter by myself?

Screenshot of greyed out condition selection menu

like image 268
meliksahd Avatar asked Sep 26 '18 09:09

meliksahd


People also ask

Is Firebase remote config down?

Firebase Remote Config is currently experiencing an global issue where write calls to projects that are utilizing Cloud Function integrations may be failing. Elevated failure rate with Firebase Remote Config.

How to check Firebase Remote Config?

In the Firebase console, open your project. Select Remote Config from the menu to view the Remote Config dashboard. Define parameters with the same names as the parameters that you defined in your app.

How does Firebase Remote Config work?

What does Firebase Remote Configuration do? Firebase Remote Config is a cloud service that lets you change the behavior and appearance of your app without requiring users to download an app update. When using Remote Config, you create in-app default values that control the behavior and appearance of your app.


1 Answers

It looks like UI defect. After a while, i realized that "App" is a clickable button and not a section header. First click there.

like image 127
Sergey Chemodanov Avatar answered Sep 17 '22 18:09

Sergey Chemodanov