Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
現在ログインしているユーザーを取得するには、CB.CloudUser.current を呼び出すのと同じくらい簡単ですが、このユーザーのデータを変更した場合、それをデータベースに保存する最良の方法はどれですか?
現在のユーザーを変更した後。
CB.CloudUser.current.save({ //callback functions here.. });
これが役立つかどうか教えてください。