Skip to main content

Sign Up

This component is used to sign up a user into Supabase. Once email address and password are set, the sign up is triggered after a signal is sent to the Do input.

Please note that Supabase Client needs to be set up in your app before you can properly use this component.

Inputs

DataDescription
EmailSets the email used to sign up the user.
PasswordSets the password used to sign up the user.
SignalsDescription
DoTriggers the signup call.

Outputs

DataDescription
DataThe data that is sent back by the supabase client.
ErrorThe error sent back after a failed signup call to supabase.
Is Connectedtrue/false depending on if the user is connected after signup.
SignalsDescription
SuccessSends a signal when the request succeeded.
FailureSends a signal when an error occurred, and logs an error message in the console.