hoodie-plugin-user-data

1.0.0 • Public • Published

Hoodie Pluging User Data

A plugin that only extends the frontend Hoodie API with hoodie.userData object. It's a temporary workaround until the ability to manage user data lands in Hoodie core. Follow status at: https://github.com/hoodiehq/discussion/issues/47

API

// load user data from server
hoodie.userData.fetch()
  .done( showUserData )
  .fail( handleError )
 
// update user data on server
hoodie.userData.update( changedProperties)
  .done( showNewUserData )
  .fail( handleError )

Note that user data is not cached, it's always fetched and updated right in the _users/ document.

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i hoodie-plugin-user-data

    Weekly Downloads

    0

    Version

    1.0.0

    License

    none

    Last publish

    Collaborators

    • gr2m