Flutter – How can I edit or remove a FirebaseAuth user's phone or email? What happens with their old login credentials after they switch?
I'm developing an app with Flutter that allows the user to edit their login credentials, but the documentation on FirebaseAuth on what happens is very limited, and as I discovered it differs between phone and email. What I am curious…