Afternoon everyone; any existing references for getting Firebase auth (google sign in) to work with Compose? Currently trying to do as much of it I can in the activity like usual and then pass the result/credential to the composable.. Just a little confusing on what the expected/best practice is to pass that login result around. Should it be a flag passed to my viewModel for that screen, a conditional in the
startDestination
of my navGraph? Any input would be appreciated.