Server-Side Render Vue Apps with Nuxt.js And Firebase! Part 2

preview_player
Показать описание
Nuxt with Firebase is a perfect combination to get that fast SSR apps with the awesome power of Firebase. In this video I look over how Firebase can work with Nuxt and how to make sure authentication works after refresh #Vuejs #firebase

👉 Check out my first videos on Firebase + Nuxt

Source code -
♡ ♡ ♡

MY COURSES -

___

Links

Рекомендации по теме
Комментарии
Автор

I'm really disappointed with those 2 parts. It's all about handling auth in Nuxt, not about SSR on Firebase, which I was expecting. There is no deploying of project :(

oanemizguel
Автор

For your logout link, rather than using a <div>, you should use a <button> and style it to look like a link. Users will be able to use the keyboard to navigate/click the button.

AdamWillsWeb
Автор

Thanks Erik. import * as firebase from 'firebase' is not working on new versions, just change it to import firebase from 'firebase'

faizanmohammed
Автор

After a whole year managing to avoid click baits @ProgramWithErik got me.
I feel like the butterflies that end up in my bathroom.
Came looking for some real/updated SSR with Firebase.
Life has no meaning after wasting 1 hour for nothing...
I'll just throw myself into the toilet.
Good bye everybody

luichyluichy
Автор

cool approach to auth in nuxtjs, the best way is to do all of this in vuex, so that we don't need to import a bunch of stuff in each page !!!

maskman
Автор

thanks for the video Erik a good topic to cover. I second what others have said, would love to see how you deploy to firebase functions and hosting.

matthewbeardsley
Автор

Can middleware be used here ? To have that check on multiple pages?

moai
Автор

Awesome Tutorial, always great when it actually works, I liked the Cookie usage with access_token, some gems in this tutorial, thanks Erik

CraigMoss_WebMoss
Автор

I was hoping to find out how to deploy this to firebase. :(

RenatoFontes
Автор

got a typeerror: cannot read length of undefined in my firebase.js file in the plugins folder. Any help?

kondwanimwale
Автор

why do'nt you use th auth module?

politicallynotcorrect