[Vuejs]-Account Switcher Firebase (like gmail)

0👍

What you can do is store the email and password of the other accounts and when the user clicks on an other profile you do signOut(auth) and then you do signInWithEmailAndPassword (auth, #other users email, #other users password)

Leave a comment