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