I want user to login only once in the system, any users who have already signed up or logged in into the system should directly navigate to the dashboard of the android app. How can i do that?
Don't need to try it manually because Firebase stores automatically your login credentials(with your sign in Session) when you sign in with your Google account.
when your 1st activity starts you can check it in How Re-authenticate a user
FirebaseAuth.getInstance().getCurrentUser()
read firebase auth Persistence documentation
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With