Sign up
I read the tutorial for uploading pics and there I learned how to log in the app. But how to make sign up and save data in tiggzi database?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
I read the tutorial for uploading pics and there I learned how to log in the app. But how to make sign up and save data in tiggzi database?
Hello! It's similar to Login service. You just need to click Create new Database Service and check Sugnup service
And how to create users via REST API?
You would need to send a POST request http://docs.tiggzi.com/documentation/...
When I made the signUp database what kinds of mapping I should do?
On input, username and password.
And when the user write username and password they are saved in tggzi database ? Is there any way to make confirm password(two Input fields for pass)?
Sure, just add a confirm password field. Check them before sending a request to the database. You will still be sending just one password field to the database.
How to check the passwords. Javascript?
Yes.