android - Parse SDK SignUp and Login through single API call -
In Pars SDK we have two different APIs for signup and login,
but my In the case, I wanted to show a simple login form with the username and password where the user could sign up on the signup / signin button, when the user clicks on the signup / signin button, the pars backed should be aware that the user already exists And whether or not the parsuser object
And in the customer side, we will use the ParseUser.isNew () method to determine whether the user has signed up or signed in.
To do this, just call a single API?
You will need to make a signed call, and check your error handler error and instead Try signing up.
For most users it will be a single API call, which are new, they will be two API calls.
Comments
Post a Comment