How to define an experiment for first time users in Firebase?
问题 I am trying to create an experiment using Firebase remote config. The criteria is as follows: It should target only new users who have not used the app ( opening the app for the first time) Now on further research I found that there is a user property as below: However, this is not available in the experiment window or a similar property that fulfils the above criteria in the Firebase console as seen below: I can only see the user properties set by my code. One way I can think of is to use