Firebase 是否仍将版本更新计为 first_open 事件?

Does Firebase still count version updates as first_open event?

我想知道 first_open 活动是否仍包含应用程序更新。我读到它以前一直在计算,但应该很快就会改变。但是,我无法确定它是否已更改并且不再计算应用程序更新。

根据文档,first_open:

the first time a user launches an app after installing or re-installing it.

This event is not triggered when a user downloads the app onto a device, but instead when he or she first uses it. To see raw download numbers, look in Google Play Developer Console or in iTunesConnect.

最后一个重要区别是,当现有用户迁移到包含 Firebase 的应用程序的新版本时,他们将记录一个 first_open 事件。因此,即使他们不是新用户,他们也会登录 first_open.

换句话说,它会在更新时触发,前提是之前的版本之前没有 Firebase。