hoodie-plugin-tutorial icon indicating copy to clipboard operation
hoodie-plugin-tutorial copied to clipboard

A detailed walkthrough of the plugin writing process

Results 4 hoodie-plugin-tutorial issues
Sort by recently updated
recently updated
newest added

I've got this error in the backend. After some debugging i found that the _id and _rev are still in the message object. i've put ``` delete message._id; delete message._rev;...

I've got the error `invalid type'$direct-message': numbers and lowercase letters allowed only` in the frontend. I've got it fixed by renaming the database-name to directmessage.