Firebase Remote Config - Cannot create conditions on the console

Viewed 77

I've created a project in Firebase and have added apps to it, but on the Remote Config screen, I don't see the expected Conditions tab next to the Parameters tab and also I am getting a message "You've already provided a value for every defined condition "

This does not align with the documentation

enter image description here

1 Answers

You have to create a personalisation first.

enter image description here

Fill out create personalisation form then create a new condition.

enter image description here

enter image description here

enter image description here

enter image description here

The conditions tab will appear after creating the first condition.

enter image description here

Done :)

Related