Is there a way in which AuthUI supports the conversion of a anonymous account to a permanent one (one of the supplied auth providers)
As stated in the documentation and as I understand it, one must use the linkWithCredential method instead of the "normal" signInWith flow.
Can this be done with the current AuthUI version somehow?
Hi there
Is there a way in which AuthUI supports the conversion of a anonymous account to a permanent one (one of the supplied auth providers) As stated in the documentation and as I understand it, one must use the
linkWithCredential
method instead of the "normal"signInWith
flow.Can this be done with the current AuthUI version somehow?