We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
User blob is a datastore for user's contacts and client specific settings.
{ data: { account_id: '', contacts: '', created: '', email: '', clients: { rippletradecom: {} } }, device_id: '', encrypted_secret: '', id: '', identity: '', identity_id: '', key: '', meta: '', missing_fields: '', revision: '', url: '' }
All the client specific configs should go to data.clients.{clientname}.{configname}. For example Ripple Trade notification settings should look like
data.clients.{clientname}.{configname}
data.clients.rippletradecom.notifications = { ... }
Config naming
Please use mixedCase naming for your custom configs.