Vue + Firebase Authentication

preview_player
Показать описание
Hey guys! Today we are going over Vue and Firebase Authentication. I wanted to make a video for this as it's super easy to get it up and running. Let me know if you have any questions!
Рекомендации по теме
Комментарии
Автор

I've watched a few tutorials on the same topic, but they were nearly useless, yours was very clear. Thank you and, as several people already mentioned, pls make more.

ecaterinaignatov
Автор

Hey dude, keep the content flowing. You are awesome!

nitinkaushik
Автор

the tutorial is very helpful in my learning, thank you :D

ardysalinggih
Автор

Great tutorial, thanks man just what I needed!

davisward
Автор

damn man, i thought that you have a lot of content, however that was amazing

mohamedjamoun
Автор

Thank you very much for the tutorial. Clearly explained. Is it possible to get your CSS for this project?

eladstollermusic
Автор

Nigga, that was great and really helpful. Thanks በጣም

jobnigussie
Автор

I think you forgot to edit this video lmao. Very helpful tho

peteredmonds
Автор

Hi, would youmind sharing the project file on Github Kindly?

Iamkabera
Автор

I don't understand. I did it exactly as you did but I get "Cannot find module 'firebase' or its corresponding type declarations"

testacc
Автор

great, waiting for the second video restrict the page after login

collectorschannel
Автор

You should NOT just import firebase, as it would import and load ALL the firebase modules.
Instead, you should first load the firebase core and ONLY those modules you need like the following code I put together.
Hope this helps


// firebase core
import * as firebase from "firebase/app";

//firebase auth
import "firebase/auth";

//firebase firestore
import "firebase/firestore";

//firebase storage
import "firebase/storage";

BenHayat
Автор

Great vid. Would you consider doing login with Google.

oz
Автор

any idea on how to login with instagram?

osmelguarepo
Автор

15:45 Lol... Otherwise great content :)

manish-ghimire
Автор

i got lost at minute 1.47 lol i go to terminal and im done please help! dont know how to begin

nicolasaragon
Автор

i'll donate $100/month for you to create videos

ThaFreeMindedMusic