借助 Firebase,我可以跟踪诸如使用夜间模式与使用白天模式的用户百分比之类的信息吗?

With Firebase can I track something like which percentage of users uses Night Mode versus Day Mode?

我的应用程序中有一个深色主题,是否可以使用 Firebase 跟踪深色与浅色之间的区别?我知道我可以在发布时跟踪 "night" 或 "day" 之类的东西,但它只是事件的总数而不是易于理解的拆分对吗?

如果您想了解用户表达的某些偏好,您需要使用 user property

You can set Analytics User Properties to describe the users of your app. You can analyze behaviors of various user segments by applying these properties as filters to your reports.