How do I properly access firebase auth functions with Nuxt, Nuxt-VueFire, and VueFire?
I'm using Nuxt, vuefire, and nuxt-vuefire to try to enable email and password authentication in a web app. I've installed all packages and am able to access unprotected paths in firebase, all is working as expected. However, when trying to…