How to Implement Google Login with React & Firebase

preview_player
Показать описание
In this video, I will be showing you how to implement Google Login with React & Firebase
Рекомендации по теме
Комментарии
Автор

Hi, Bryam! How are you? I hope it's everything fine! Why did you store the user's email in the local storage? I can't understand this block of code (the navigate I do though):

...((data) => {
setValue(data.user.email)
localStorage.setItem("email", data.user.email)
navigate("/")
})
...

leonardosantana
join shbcf.ru