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?
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?
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)?
How to check the passwords. Javascript?