FirebaseExtended / polymerfire

Polymer Web Components for Firebase
https://www.webcomponents.org/element/firebase/polymerfire
MIT License
459 stars 142 forks source link

[Question] Alternative with self-hosted database #185

Open amenk opened 7 years ago

amenk commented 7 years ago

I am searching a way to use a polymerfire based app in a LAN, without internet and firebase access. Is there any alternatives which is polymer compatible and uses a firebase alternative?

Best would be a drop-in replacement the app side.

tjmonsi commented 7 years ago

I don't think that would be possible. Unless you know how firebase works on the backend or create a pseudo-firebase js to replace the original firebase which polymerfire uses, and then tweak all of the elements in polymerfire to use the pseudo-firebase js connector to your makeshift local database.

justweb1 commented 7 years ago

Your best bet would probably to use pouchdb. you can find it at webcomponents.org.