u12206050 / gridsome-firebase-starter

Frontend Starter for Gridsome & Firebase using Firesync
48 stars 7 forks source link

Index.vue - user and documents not needed in data() #3

Closed typerory closed 5 years ago

typerory commented 5 years ago

I see that you have user and documents as computed properties and you are grabbing the data from the store. Since that is the case, you should not have them under data()

u12206050 commented 5 years ago

In which file is this? fyi: I havn't worked much on this for a while, have a lot of other projects at hand, let me know if you feel like contributing.

typerory commented 5 years ago

This would be right in the Index.vue (home) file.

Yes, I would love to contribute. I've been working with Vue and Firebase/Firestore for the past two years. I am just learning Gridsome. I think I would need access to the firebase credentials so all of the data loads properly. typerory@gmail.com

Having the data would allow me to test properly.