chasebank / nuxt-firebase-vuexfire

0 stars 0 forks source link

Live demo? #1

Open Gnopps opened 5 years ago

Gnopps commented 5 years ago

I'm trying to learn how to set up Nuxt with vuexfire and am struggling. With your repo I don't get any online errors but nor data. Would it be possible for you to post an online demo with this along with what your data looks like on Firebase?

chasebank commented 5 years ago

Hey @Gnopps , yeah sorry about that! This is actually an example I created to demonstrate it not working. I should make a note of that in the readme.

I created this while seeking support in the vuefire repo, trying to debug this very issue...

I'd be all for a pull req if you ever figure it out! I ended up just settling for a normal Vue - Vuexfire setup (no Nuxt), since it was just a small little side project. But I've tried to get it working with Nuxt multiple times unsuccessfully...

Here's the Vuefire issue for better context and more info: https://github.com/posva/vuexfire/issues/124

Gnopps commented 5 years ago

Ah, thanks! Yes, I'm a beginner and am trying to get it to work...