Serverless ReactJS Firebase Authentication Tutorial

Поделиться
HTML-код
  • Опубликовано: 18 сен 2020
  • In this video, I am using Firebase and Reactjs libs + Bootstrap 5 to add a serverless authentication feature to my app. Firebase is one of the best services that provide you features like authentication, realtime database and cloud functions, etc. I think the easiest way to build a serverless authentication feature in 2020, can be acheived using firebase, what do you think?
    By watching this video, you'll completely learn how to create a new firebase app in the google console and integrate it with your reactjs app.
    I hope you enjoy watching it. Please subscribe to don't miss new videos!
    github.com/mdeveloper20/react...
  • НаукаНаука

Комментарии • 4

  • @hscodes5610
    @hscodes5610 3 года назад +1

    ❤️❤️❤️❤️❤️

  • @user-tr7kn7uu5s
    @user-tr7kn7uu5s 11 месяцев назад

    what happen when you reload your ??

  • @veggiewear5419
    @veggiewear5419 3 года назад +1

    let me get this right, you are still using classes? why do you not use functional components? Thanks

    • @ReactWithMasoud
      @ReactWithMasoud  3 года назад

      Hi, it is better to use function components and it is also the easier option. In most projects I use functional components also.