I know there as been a few related questions already, but none of them solve my problem.
I am working on a website with a firebase backend, and I would like to create a form for users to update the database. Vuefire allows to do this in a very neat way, as seen in the vuejs page example: https://vuejs.org/v2/examples/firebase.html
With nuxt, I am not quite sure how to do that. The with-firebase example only show how to read data using the rest api. Is there a way to use vuefire in nuxtjs, or at least to achieve something similar?
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c631">#c631</a>)</em></sub></div>