element icon indicating copy to clipboard operation
element copied to clipboard

Move Element-adapter-firestore to element-lib

Open gjgd opened this issue 6 years ago • 3 comments

this should live here

gjgd avatar Oct 24 '19 11:10 gjgd

I'm not sure I agree.

The lib should implement only the adapters that are needed for web / nodejs out of the box. custom adapters should be built as seperate npm modules, like they are in pouchdb...

https://pouchdb.com/adapters.html

OR13 avatar Jan 13 '20 15:01 OR13

I think it would be convenient to have a good choice of adapters in the element-lib

gjgd avatar Jan 14 '20 03:01 gjgd

yes I agree, do we think that Firestore (a closed source no sql data base that is difficult to migrate away from) should be bundled with element lib? I'd prefer to see RXDB Adapter and a couchdb adapter that works in both the browser and the backend server.

I don't want to bundle anything with element-lib that does not run in both the web and node javascript environment or that leads to vendor lockin.

OR13 avatar Jan 14 '20 22:01 OR13