Skip to content

Instantly share code, notes, and snippets.

@RaheemJnr
Created October 4, 2021 08:34
Show Gist options
  • Save RaheemJnr/a4aca26d981e15bad4cd74d80fdac700 to your computer and use it in GitHub Desktop.
Save RaheemJnr/a4aca26d981e15bad4cd74d80fdac700 to your computer and use it in GitHub Desktop.
val userEmail = dataStore.getEmail.collectAsState(initial = "")
Text(text = userEmail.value!!)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment