Unable to convert firebase anonymous user to permanent in Flutter App
I am trying to convert a firebase user from Anonymous to permanent using email/password and running into errors. The documentation and other articles state that I should linkWithProvider but it throws an exception that the email should be verified first,…