Nuxtjs + firebase (again)
[issue link]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?