Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Move Element-adapter-firestore to element-lib #97

Open
gjgd opened this issue Oct 24, 2019 · 3 comments
Open

Move Element-adapter-firestore to element-lib #97

gjgd opened this issue Oct 24, 2019 · 3 comments
Assignees

Comments

@gjgd
Copy link
Member

gjgd commented Oct 24, 2019

this should live here

@OR13
Copy link
Collaborator

OR13 commented Jan 13, 2020

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

@gjgd
Copy link
Member Author

gjgd commented Jan 14, 2020

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

@OR13
Copy link
Collaborator

OR13 commented Jan 14, 2020

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants