Handling login/register errors in Supabase authentication

Integrations

I'm setting up authentication with supabase. Following the official video on youtube:
https://www.youtube.com/watch?v=tL-sLPfWzVE

All is working fine, but I need to handle the situation in Sign up or register page in the case when the passwords does not match or the user is already registered.

Looks like I need to check those situations by myself, because I found no way to check the output of the Create User action of supabase. Also, the action create user does generate the error but is only visible on the console on runtime.

I'm correct here? Or can I handle the errors of the Create User FlutterFlow action?

Many Thanks,
Oliver

What have you tried so far?

I tried searching for an output of the action Create User.

I tried using an If user is logged in, and that does not work, because the user is not logged in,

Did you check FlutterFlow's Documentation for this topic?
Yes
10
1 reply