-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
27 additions
and
13 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
...javascript/users/custom-user-data-read-custom-user-data-js-ts-2-description.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
.. note:: | ||
|
||
If you require the most recent version of custom user data, use the | ||
:js-sdk:`User.refreshCustomData() <classes/User.html#refreshCustomData>` | ||
method to request the latest version of a user's custom data. |
2 changes: 2 additions & 0 deletions
2
...s/javascript/users/custom-user-data-read-custom-user-data-js-ts-description.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
You retrieve custom user data in the :js-sdk:`customData <classes/User.html#customData>` | ||
property of the ``User`` object. |
3 changes: 3 additions & 0 deletions
3
...tails/javascript/users/custom-user-data-update-custom-user-data-description.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
This example uses :ref:`MongoDB remote access <sdks-access-mongodb>` to update | ||
a user's custom data. The following example updates the custom data to alter | ||
the user's ``favoriteColor`` to pink. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters