How can I disable smart lock for passwords auto login request after Firebase Auth UI sign out?
问题 I'm building a single activity Android app in an attempt to follow Google's recommendations. I'm using FirebaseAuth UI for authentication which apparently uses 'Smart Lock for Passwords' to save the credentials into your google account. My sign out function looks like this: private fun signOutUser(){ AuthUI.getInstance() .signOut(this) .addOnCompleteListener { Timber.i("Sign out completed") } sharedViewModel.setUser(null) } However, once the sign out finishes, the UI immediately starts the