I was trying to use firebase auth with my 8base workspace, but when I try to sing up a new user it says “internal error”, I guess it is an 8base error, is there any way to fix it?, I created my auth profile and everything seems to be fine
Hello again @jetixsolorzano !
I see you’re executing userSignUpWithPassword mutation but unfortunately, it’s not supported for the OpenID auth profile you’re using here and there is some poor error message we got there When you’re executing userSignUpWithPassword mutation two user records being created - one at 8base and one at your auth users management system. We’re using openId auth profile only to parse token from your auth provider but don’t deal with users management system. But it’s possible with the default 8base Cognito and custom Auth0 profiles. The only option with the OpenId it to use userSignUpWithToken mutation instead to create a user record in your workspace based on the parsed token from your auth provider