Firebase Auth with React Step-by-Step Tutorial || Login Register auth with firebase React Firestore

Поделиться
HTML-код
  • Опубликовано: 22 ноя 2024

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

  • @yungwolf9789
    @yungwolf9789 3 месяца назад +5

    Thank you so much. Wherever you are, God richly bless you 🙏🙏

  • @blueb06
    @blueb06 8 дней назад

    The tutorial is very clean and clear , thanks

  • @danishpinjari6037
    @danishpinjari6037 2 месяца назад +1

    What a understanding of this concept bro keep growing

  • @salahqx
    @salahqx 27 дней назад

    Thank you, But when i build the project i only get empty index.html page, how to make pages in the src folder live? And how to hide code logic from clients? sorry im new to web dev

  • @RajaKumar-tj1kh
    @RajaKumar-tj1kh 4 дня назад

    Great Tutorial 👏

  • @aryanpatel7209
    @aryanpatel7209 5 месяцев назад +2

    hey, i got one error firestore is unknown word. and in the console "Firebase: Error (auth/network-request-failed)." this error show. ple help..

  • @c00per_
    @c00per_ 5 месяцев назад +2

    bro can u give an idea how to implement Protected routes for this video's continuation.

    • @thedebugarena
      @thedebugarena  5 месяцев назад

      You can watch this video
      ruclips.net/video/zKlpiQvPKHI/видео.html

  • @arnavkarnik12
    @arnavkarnik12 7 месяцев назад

    very helpful!! Now working on private routing with this

  • @feCHE2438
    @feCHE2438 6 месяцев назад +1

    Genioo! Thanks! From Argentina

  • @maxfrias8462
    @maxfrias8462 2 месяца назад

    Thanks a lot for the video very helpful!! Lifesaver!

  • @kennethmburu6262
    @kennethmburu6262 7 месяцев назад

    Thank you for the video, It helped me a lot, now am your new subcriber user

  • @jetalonzo3594
    @jetalonzo3594 3 месяца назад +1

    Hello! 12:14 My setDoc data is not creating a collection and its document data on my firestore.. Please help

    • @screwdriver3397
      @screwdriver3397 3 месяца назад

      make sure you configured your firebase.js file

  • @vihaankushalappa6309
    @vihaankushalappa6309 7 месяцев назад +1

    Gradle version for jdk 17?

  • @mmr007
    @mmr007 5 месяцев назад +2

    This video helped me a lot. Thanks

  • @tiyashasharma3894
    @tiyashasharma3894 5 месяцев назад +1

    hey....I tried this and it did work to some extent but when I login in the portal it just directs me to a blank screen not to the profile section........can u help me with this...!!!!

    • @thedebugarena
      @thedebugarena  5 месяцев назад

      You might need to debug it first make sure you are navigating to correct URL check typo error in name. Also, there can be chances that it is navigating to profile screen but data is not coming so for that try to render static content at start. If issue still persist DM me on Instagram.

  • @RealTomNook
    @RealTomNook 3 месяца назад

    Great tutorial thank you so much!

  • @techfoundation6905
    @techfoundation6905 2 месяца назад

    just brilliant, thank you

  • @kedarsatwik6938
    @kedarsatwik6938 6 месяцев назад +1

    what if we directly open "/profile" with out login ?

    • @thedebugarena
      @thedebugarena  6 месяцев назад +1

      Then we will get error and data will not be present in our screen. To tackle this we will have to use private router concept of react js. I will be making video on this very soon.

  • @letsreversetheclock
    @letsreversetheclock 7 месяцев назад +1

    Informative Video :)

  • @pqhuniverse
    @pqhuniverse 7 месяцев назад +1

    👍👍👍👍

  • @yashwindyashu2260
    @yashwindyashu2260 4 месяца назад +1

    thank you for this video this is very help full

  • @AliAli-vj1mr
    @AliAli-vj1mr 6 месяцев назад +1

    i get an error while i install npm install firebase 262 packages are looking for funding

    • @thedebugarena
      @thedebugarena  6 месяцев назад

      Can you dm me on instagram

    • @Techyguy609
      @Techyguy609 5 месяцев назад +1

      You can ignore it ,these are like libraries that are open for donation... if you want you can donate them... 😊

  • @shobi_r0412
    @shobi_r0412 Месяц назад

    bro, can you make a dashboard that when an admin will logon if will redirected to dashboard and inside in the dashboard, there are features. Also when clicking to each feature is it will not go to other page but will remain in the dashboard page. thanks bro in advance❤
    btw great video bro❤

  • @sayantandatta2996
    @sayantandatta2996 5 месяцев назад +1

    register.js file having Register function as a component , but in App.js you imported SignUp component from register. Where these signup component is coming from >? Kindly reply.
    ❗❗❗❗⭕⭕⭕🔴🔴

    • @thedebugarena
      @thedebugarena  5 месяцев назад +1

      So basically you are correct I have exported register from register component but here I am receiving that in the name of SignUp as there is only one default export

    • @sayantandatta2996
      @sayantandatta2996 5 месяцев назад

      @@thedebugarena If I export any component default mode I can change the component name while importing in App.js?? Is it a feature in react ?

  • @nicolasdupere
    @nicolasdupere 6 месяцев назад +1

    Thank you very much!

  • @qwerty20917
    @qwerty20917 Месяц назад

    Bro at 4:36 it's not getting enabled for me it's showing error can you help me pls..

    • @thedebugarena
      @thedebugarena  Месяц назад

      What error are u getting can u share with me

    • @qwerty20917
      @qwerty20917 Месяц назад

      @@thedebugarena when I press save it simply says error updating email/password
      Other method like Google authentication is getting saved but native providers(email/ password, phone and anonymous ) aren't being saved it's showing error

    • @qwerty20917
      @qwerty20917 Месяц назад

      @@thedebugarena it also says on top that cross origin redirect sign-in is no longer supported in many browsers. Update app to ensure you can sign into your app.

    • @thedebugarena
      @thedebugarena  Месяц назад

      @@qwerty20917 can u try creating new project or with different Google account

    • @qwerty20917
      @qwerty20917 Месяц назад

      4:36

  • @AnkitSharma-y3u7m
    @AnkitSharma-y3u7m Месяц назад

    thanks brother

  • @chillx2563
    @chillx2563 5 месяцев назад +1

    Thx bro 👨‍💻

  • @jasim17
    @jasim17 6 месяцев назад +1

    thank you for the video but you forgot to make video on forgot password... is there a any other video link where i can add forgot password code..

    • @thedebugarena
      @thedebugarena  6 месяцев назад

      Hey sorry I haven't made that video. Will make very soon.

    • @jasim17
      @jasim17 6 месяцев назад

      @@thedebugarena thank you for the response if possible pls make that video coz the only thing is stoping me to use signup/login with email password...

  • @proflead
    @proflead 3 месяца назад

    Thank you!

  • @Rohit108_18
    @Rohit108_18 2 месяца назад

    Can you make this same Project in html and Js, Please, I need this. Please!

  • @mbadashehady3261
    @mbadashehady3261 3 месяца назад +1

    2re feek