userbase
userbase copied to clipboard
Possible bug: SignUp creates a user even though it returns a "UserAlreadySignedIn" error
And its the new user that is signed in after a refresh in the browser, but the user information is not returned together with the error (or updated via updateUserHandler) so it is hard to update application with it without doing another init I guess?
Good catch! Will fix