Search code examples
firebase-remote-config

Firebase remote config - Conditional parameter cannot select "User propertier"


I have added custom properties to users, like anonymousId, favoriteX and so on, but in firebase remote config ui I cannot create a condition like for user that has property anonymousId = qa then set value of property to somevalue.

enter image description here


Solution

  • I fixed the issue.

    That menu is enabled only after specified custom definitions in firebase, where user is the scope

    enter image description here