React, Firebase Authentication & Typescript In 1 Hour [2021]

preview_player
Показать описание
This project is a crash course for getting started with React & Firebase while using typescript. This is an older version of Firebase now, so make sure you install the same version as I do.

Chapters

Music by: Tesko / prod. THXMOS

Disclaimer: I am by no means a professional. I am just programmer with a lot of experience who would rather teach what he knows for free in his spare time in order to pay it forward. I believe that sharing some of my basic knowledge on this platform can help others get started. There are many ways to program something and the videos you see here are my take on the typescript world 😊.

Chapters:
Intro & Starter Project 0:00
Config 4:37
Register 6:42
Login 16:39
AuthRoute: 20:30
Change Password: 23:12
Logout: 28:20
Save State: 31:37
Forgot Password: 34:46
Social Media Login 49:45

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

Hey guys, for those of you having the auth import error, I am using an older version of firebase. Make sure you are using the same as I am by checking the github repo, package.json.
I will make a video to correct this in the future.

TheNerdyCanuck
Автор

Those are exactly the technologies I'm interested in (yes, more stuff with Firebase, please!). Thank you for the quality video.

MaksymMinenko
Автор

this is awesome man.. keep the react typescript practical tutorial coming !

Firebase + React Push Notification !!!!

namesarefools
Автор

Excellent and helped me transition from Vanilla to TS. Now I need to work on the token expiry/refresh bit out of express backend.

tonybenci
Автор

Thank you so much .. this is awesome. I look for this, thank you much. I appreciate your effort in being this to us

mouni_mahendranath
Автор

Best tutorial with firebase and typescript

kylemorena
Автор

Thank you so much! It helped me a lot :D

anag
Автор

can you do a video on how to create a custom UI component or custom hooks for Crud

mouni_mahendranath
Автор

Hey man, great tutorial, I was just wondering about the change password, you never check if the current password is correct, how can we do that?

StoneCraftProduction
Автор

Hey i'am a total beginner, can I do this with just typescript and not use react? Or would that be a no go? thanks for the video anyway!

shexvl
Автор

Property 'auth' does not exist on type 'typeof pls help me i''m stuck with this problem

lampham
Автор

Hi Everyone. Firebase complains about

import firebase from 'firebase';

just path to app it it'll stop bothering you.

import firebase from 'firebase/app';

tonybenci