Hello, firstly I would like to know if it is possible to use the error messages that Supabase sends to inform the user about what is wrong with their registration, for example. Is it possible for me to get this message before it appears to the user and modify its text?
For example:
The image below shows an error when the userThe image below shows an error when the user tries to register an existing email.
Would this be good practice or is it better to validateWould this be a good practice or is it better to validate in flutterflow before sending the information to Supabase?
Regards.