4
5 Comments

Tutorial: Simple Authentication with Firebase and React Hooks

Hello!

I have read several articles here on which authentication provider to use in a web application. I have created a series of videos explaining how to setup a Google Firebase authentication system in a React application. It explains everything from scratch: how to create a router, the store manager, the API calls, etc.
The whole thing uses hooks. I love hooks but I always found that there aren't a lot of resources explaining how to use them in combination to Redux.

Anyway, this post is to say that I have created a series of videos on the topic. It's available on YouTube here: Simple Authentication with Firebase and React Hooks.

It is the first time that I am creating this kind of content, and I think the quality could be improved, but hopefully it's good enough to be helpful.

Let me know if it's useful to you!

on January 27, 2021
  1. 1

    I was planning to find a beginner-friendly tutorial for firebase with React and this looks awesome!

    1. 2

      Hello! This is exactly the purpose of this playlist. I hope it will be helpful. Please feel free to message me if you have any questions about React and/or Firebase.

      1. 1

        Will do, thanks 👍

  2. 1

    Wow, this is an awesome, comprehensive tutorial! I don't have a need to set up auth with Firebase and React Hooks yet, but I'll be saving this as a reference.

    I love that you give your own, easy-to-understand definitions of each technology you use. The code is a bit hard to see on the screen, so it would be really cool for you to maybe zoom in for your next video!

    1. 2

      Hello! Thank you so much for checking it out and your feedback! I definitely tried to make it beginner friendly. I will improved the zoom level in the future. Thanks again!