nickdex / AIDA-Server

Server to control all requests directed to my IoT devices in home
MIT License
1 stars 2 forks source link

Feathers Pouch db creates timestamped based id #31

Closed nickdex closed 5 years ago

nickdex commented 5 years ago

When creating new items using feathers pouchdb, it ignores given id and generates id based on timestamp

nickdex commented 5 years ago

Use alukito's fork of Feathers-Pouchdb

He removed random id generation code in the commit

All the values all passed directly to bulkDocs api of pouchdb