Sign Up
The Sign up function allows users to access the application by registering their data. Users often fill out forms with a "username", "password", "phone number" and "email address".

Email : You must enter the email of the new user to register.
Name : You must enter the name of the user to register.
Password : The password of the new user to be registered must be entered.
Phone : You must enter the phone number of the new user to register.
Step by Step :

Error registering : Fired when a required field is missing or a connection is not achieved.
OutVars
Null
Success : Runs when the user is successfully created and logged in.
OutVars
Null
User email already exist : It is executed when the email used to register is already registered in the project.
OutVars
Null
Last updated
Was this helpful?