This is fantastic. I ended up also returning a promise from the getFirebaseData action so that you could wait for the data to be loaded and then continue to execute additional functionality with it as soon as it loaded. Thanks for making this video
This is really helpful -- thanks! I've been wondering how Vuex could be used with realtime. Since the value you are retrieving is so simple (bool), the flow seems easy enough. I wonder if some of those libraries like VUEXFIRE also help with converting more complex objects into useable arrays etc.... That's probably one reason to use a library for this. But, it seems less magical to just do it yourself... Cheers, S
Hi Dave - Thanks for the input - I have already re-designed the way I create these so the resolution is much higher on the user end. Keep in touch and see if the next tutorials correct the issue.
Thanks for the video. Using email/password authentication is easy but I am having trouble with registering a user with firebase's email/password combo and giving that user more data. I am getting info upon registering such as height, weight, etc. and I'd like to store this user object including their UID in the database. Then when the user logs in as part of my setUser mutation and my user state I'd like to load all their data. The main problem in linking a user and all the data i get together in one entry in the database. Then, loading this user in my state based on the firebase key or uid?? Thanks in advance and I'd be happy to clarify if needed.
buen video, pero necesitas arreglar la resolucion, es dificil leer lo que haces. Si no entiendo algo de lo que dices me apoyo en lo que haces, recuerda, tienes un público mundial :).
Estoy actualizando todos los videos y creando todos los videos nuevos con mucha mayor resolución y mejor pan y técnicas de zoom para mejorar la legibilidad. Gracias por tu comentario. Es muy apreciado.
Hi gearMobile, The new videos us the standard 16:9 aspect ratio and a lower resolution of 720p for readability. I also switched to a lavalier microphone instead of using the built in mic on the camera. Check out some of the newer ones and see if that doesn't meet your liking. Thanks for the comment! Robert.
This is fantastic. I ended up also returning a promise from the getFirebaseData action so that you could wait for the data to be loaded and then continue to execute additional functionality with it as soon as it loaded. Thanks for making this video
Thanks Matt! Glad you liked it...
Thank you for showing how to work with firebase without vuefire. And also implementing with vuex. Was looking for this for sometime.
You're welcome, and thank you! Glad I could help.
Very useful video. Please keep making more.
Your Video helped a lot!! thank you!
Great solution. Thanks for the share.
Thanks Heather!
This is really helpful -- thanks! I've been wondering how Vuex could be used with realtime. Since the value you are retrieving is so simple (bool), the flow seems easy enough. I wonder if some of those libraries like VUEXFIRE also help with converting more complex objects into useable arrays etc.... That's probably one reason to use a library for this. But, it seems less magical to just do it yourself... Cheers, S
Vuexfire is awesome, i use it all the time
Very helpful. Thanks. Would be even better if you bumped up the size of the text in your webstorm. It's hard to read.
Hi Dave - Thanks for the input - I have already re-designed the way I create these so the resolution is much higher on the user end. Keep in touch and see if the next tutorials correct the issue.
Great tutorial... mind doing one using vue-resource or axios to communicate with REStful API backend?
Thanks for the video. Using email/password authentication is easy but I am having trouble with registering a user with firebase's email/password combo and giving that user more data. I am getting info upon registering such as height, weight, etc. and I'd like to store this user object including their UID in the database. Then when the user logs in as part of my setUser mutation and my user state I'd like to load all their data. The main problem in linking a user and all the data i get together in one entry in the database. Then, loading this user in my state based on the firebase key or uid?? Thanks in advance and I'd be happy to clarify if needed.
its a good one. now im going to kick vuexfire out of my project :D
Text is small and blurry, impossible to read. Pity, because I really want to learn how to do this!
buen video, pero necesitas arreglar la resolucion, es dificil leer lo que haces.
Si no entiendo algo de lo que dices me apoyo en lo que haces, recuerda, tienes un público mundial :).
Estoy actualizando todos los videos y creando todos los videos nuevos con mucha mayor resolución y mejor pan y técnicas de zoom para mejorar la legibilidad. Gracias por tu comentario. Es muy apreciado.
shouldn't you include an unsubscribe() from the listener when you're done?
Hard to see it. Better to zoom in the screen more from webstorm view menu.
nothing can be seen and the sound quality is poor
Hi gearMobile, The new videos us the standard 16:9 aspect ratio and a lower resolution of 720p for readability. I also switched to a lavalier microphone instead of using the built in mic on the camera. Check out some of the newer ones and see if that doesn't meet your liking. Thanks for the comment! Robert.
How to implement the vuefire `this.$bind` syntax?