Best solution for meteor and firebase?

What is the best solution to build a meteor application with firebase support?

The best solution to access the firebase and still use mongo db with blaze / vue and have reactivity.

Hosting and deployment it’s not an issue.

Use Meteor & mongo as normal, then just use the firebase npm module to feed the data into minimongo on the client

1 Like

I found this repo but it’s not updated: https://github.com/rynti/firebase-collection

Just out of curiosity, why do you need firebase in the first place ?