Firebase Analytics has a number of stats around \"Sessions\" (like \"Sessions per user\" and \"Average session length\"), but how exactly does Firebase Analytics define a sessio
Adding to Todd Kerpelman's response above, you can customize the definition of a session via FirebaseAnalytics.setMinimumSessionDuration(long millis) and FirebaseAnalytics.setSessionTimeoutDuration(long millis).
The docs are at: https://firebase.google.com/docs/reference/android/com/google/firebase/analytics/FirebaseAnalytics
(Sorry, don't have the reputation to make this a comment)