Firebase Analytics Filter By User ID

后端 未结 3 1934
执笔经年
执笔经年 2021-02-08 10:22

The Firebase Android SDK for analytics provides a method named setUserId(String id), now i enabled firebase logging and every time i called the method setUser

3条回答
  •  萌比男神i
    2021-02-08 10:41

    I have spent a few hours on this and found the answer i was looking for more or less, hopefully this might save someone else some time.

    The only way to filter by Firebase's User Id property is by creating an audience, there you will be able to pick the user id property that is supplied from the setUserId(String id) method.

    It is a downer though because you won't see any events for the user/user's you want from before the audience was created.

提交回复
热议问题