Best way of saving current user data in CloudBoost

时间:2016-02-12 22:04:35

标签: cloudboost

To retrieve the current logged user is as easy as call CB.CloudUser.current but, if I change some data of this user, which is the best way of saving it back to DataBase?

1 个答案:

答案 0 :(得分:0)

修改当前用户后。

CB.CloudUser.current.save({
//callback functions here..
});

如果有这个帮助,请告诉我。

相关问题