I want to make firebase auth anonymous login for my application. I store this information in firebase realtime. FirebaseAuth.getInstance().signOut(); when this person logs out of their account Is it possible to get it back into the same account? I don't want to create a new account, I want to make it login to anonymous account. I am saving uuid during registration. How can I do that?
Lib: https://firebase.google.com/docs/auth/android/anonymous-auth
Regards