posva / vuexfire

Check
https://github.com/vuejs/vuefire
MIT License
558 stars 49 forks source link

Is it possible to add multiple tables using vuefire on vuejs. #187

Closed sanketdhoble closed 6 years ago

sanketdhoble commented 6 years ago

Something like this firebase: { emmployees: db.ref('employees'), companies: db.ref('companies') }

And then use it in template I could'nt find an example stating this.

posva commented 6 years ago

yes, that works