I want to track screen views in a compose-only app, so no activities, fragments, only composable functions.
When and how I should call the screen tracking e.g. for firebase?
Because the body of the composable function is executed on every recomposition, side effects can be also called repeatedly, and none of these means a real "view", composable can be invisible or just measured.