You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
With #14 , we introduced the concept of automatic linking that fails and allows clients to determine whether they want us to restore an anonymous user automatically. This is currently being done only for invalidCredentials and not for all errors. This is also being executed in all cases of invalidCredentials and not only when an automatic link has been performed.
Describe the solution you'd like
When automatic linking is required, we should intercept any error from Firebase and map it to the new behavior introduced in #14 .
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
With #14 , we introduced the concept of automatic linking that fails and allows clients to determine whether they want us to restore an anonymous user automatically. This is currently being done only for
invalidCredentials
and not for all errors. This is also being executed in all cases ofinvalidCredentials
and not only when an automatic link has been performed.Describe the solution you'd like
When automatic linking is required, we should intercept any error from Firebase and map it to the new behavior introduced in #14 .
The text was updated successfully, but these errors were encountered: