I'm setting up Firebase for a mobile app. I'm finding conflicting information on Firebase's definition of a session on Google documentation as well as stackoverflow itself.
Firebase documentation and stackoverflow state that I should use "SetMinimumSessionDuration" to define the metric—however this parameter has recently been marked as Depracated (see https://firebase.google.com/docs/reference/unity/deprecated/deprecated).
It is mentioned that "a session is initiated when an app is opened in the foreground" (see https://support.google.com/firebase/answer/9191807?hl=en), but I am not confident that this webpage has been published recently and is still valid.
Does anybody have solid info on how Firebase sets this metric?