An example of registering a login to a cloud code

I searched a lot of tutorials to find the actual cloud code features for user login with username as my email in Parse. I have a general idea of ​​how to get through Parse. But there are few examples. Please share some examples or even good tutorials with me (I already read the documents on parse.com). I really want the API to be configured to login and register with Parse.

+4
source share
1 answer

I answer my phone, so I don’t want to try to dial a bunch of code, however, to register, what you can do is ask the user to enter a username, password, email, etc ... send to the Code cloud and using the main key, create a new object in the same way as for a custom class.

Parse.Cloud.useMasterKey();
-1
source

All Articles