Firebase Authentication with React in Hindi | Beginner Projects

Поділитися
Вставка
  • Опубліковано 2 лис 2024

КОМЕНТАРІ • 54

  • @TheEhmed
    @TheEhmed Рік тому +8

    I never comment on every video but you explain it unbelievably...Well done and thanks for it!

  • @mrnabby4178
    @mrnabby4178 Рік тому

    Kitne videos try kiye iske liye. Sabka method itna hard hain bhai. Easy cheezo ko hard bana dete woh log. Finally aapka video mila. Aur yeh hi chahiye tha mujhe.

  • @midnightsun8428
    @midnightsun8428 10 місяців тому

    nice video with great content..kaafi accha samjhaya basics, AGAR MAI SMJH GAYA TOH KOI BHI SAMAJH SAKTA HAI

  • @ayushichauhan321
    @ayushichauhan321 Рік тому +1

    this is so great
    i love how you explain everything you are doing in the video

  • @jashanmaan2929
    @jashanmaan2929 2 роки тому +1

    You are very good developer the way you code i fall in love with it 😍

  • @programmer545
    @programmer545 2 роки тому +3

    amazing brother, video was crisp to the point and most importantly 100% working not like other youtube video.
    fantastic

  • @dev_s.kverma
    @dev_s.kverma Рік тому

    You nailed it with this video! I also usually don't comment on videos, but I have to say, you did an amazing job. I really appreciate how clear and easy with conceptual you made understand. You're definitely an expert in this field.

  • @touchline_chronicles
    @touchline_chronicles 2 роки тому +1

    Thanks a lot man. i was just looking a this type of video

  • @Athlmohn
    @Athlmohn Рік тому

    37:32 Super U got talent bruh❤
    Thanks u for ur effort and time.please post more valuable Videos like this

  • @syedali-sy5sk
    @syedali-sy5sk Рік тому

    awesome 🔥🔥 handy bhai love you❤‍🔥❤‍🔥

  • @mqasim7206
    @mqasim7206 Рік тому +1

    Thanks sir, this was a great job.

  • @apratasona3530
    @apratasona3530 8 місяців тому

    Thank you so much Sir for this video..

  • @abhisekkumar2353
    @abhisekkumar2353 Рік тому +1

    A simple and impressive video. Love it ❤️

  • @gopi8418
    @gopi8418 Рік тому

    beautifully explained everything...tysm!

  • @CodeLife05
    @CodeLife05 Рік тому

    thanks very simply explenation 💗

  • @danishpinjari6037
    @danishpinjari6037 Рік тому

    truly inspiring and kip working sir

  • @Raj_Vishwa1
    @Raj_Vishwa1 2 роки тому +2

    Superb Explanation Bro 👍👌
    New Subscriber 😊🙏

  • @Farr-886
    @Farr-886 Місяць тому

    hello sir i am facing one error Firebase: Error (auth/invalid-credential).login page not working but signup work

  • @successsavataar.ai786
    @successsavataar.ai786 Рік тому +1

    I am getting this error : Cannot read properties of undefined (reading 'tenantId')
    Please helppp

  • @aparnachauhan2967
    @aparnachauhan2967 Рік тому

    thank you so much helped me with my assignment

  • @nginx.h
    @nginx.h 11 місяців тому

    bro can any one help i got error when i do npm install firebase
    what do i do now

  • @jashanpreetsingh6056
    @jashanpreetsingh6056 2 роки тому +1

    you nailed it bro

  • @tonystark8926
    @tonystark8926 2 роки тому +2

    Brother.... firebase, redux pe ek project upload kro

  • @mali_gaurav
    @mali_gaurav Рік тому

    Thank You so Much for the video

  • @rohitkendre4745
    @rohitkendre4745 2 роки тому

    Amazing bro, plz upload more useful project in react

  • @abhisheksantoshbhambe7617
    @abhisheksantoshbhambe7617 Рік тому

    Thanks a lot bruh

  • @bornclasher1294
    @bornclasher1294 Рік тому

    Great video bro

  • @khanapeena2191
    @khanapeena2191 8 місяців тому

    very good video

  • @karansingh-op9zw
    @karansingh-op9zw Рік тому

    disabled button kyu use kia h?
    i am still confused
    and mera sign up page p data dalte hi direct redirect kr rha h home page pr
    signup button p click krne tk ka wait hi ni kr rha
    password dalte hi redirect kr de rha h

  • @mdaatif84
    @mdaatif84 Рік тому

    Well explained

  • @ajaymishra8162
    @ajaymishra8162 Рік тому

    thanks a lot sir

  • @anshumankannaujiya3421
    @anshumankannaujiya3421 8 місяців тому

    But password should not show .. everything in password we are taking as text..how can i change it

  • @SamyakbhabhraDSIS
    @SamyakbhabhraDSIS Рік тому

    nice work bro

  • @thewandererog
    @thewandererog 6 місяців тому

    Thanks

  • @34_soudipdas13
    @34_soudipdas13 Рік тому

    There is a problem in this approach, as after sign up user have to reload the home page first time manually otherwise it will not show the welcome message, But somehow the problem doesn't occur during login . Dont know how to fix this. Can anyone help regarding this?

    • @MansoorKhan-jf4xo
      @MansoorKhan-jf4xo Рік тому

      I think problem will resolve if you unsubscribe listener like this below
      useEffect(() => {
      dispatch(fetchUserData());
      // Set up the onAuthStateChanged listener and capture the unsubscribe function
      const unsubscribe = auth.onAuthStateChanged((user) => {
      if (user) {
      setUserName(user.displayName);
      } else {
      setUserName("");
      }
      });
      // Clean up the listener when the component unmounts
      return () => unsubscribe();
      }, [dispatch]);
      // Rest of your component code...
      };

    • @KalpeshMore-bv6sf
      @KalpeshMore-bv6sf 9 місяців тому

      yes bro it is problem iam also facing this issue

  • @shivtalkgaming6648
    @shivtalkgaming6648 2 роки тому +1

    😍

  • @mysteriousboy04
    @mysteriousboy04 Рік тому

    Hi is anyone getting this error when importing auth into login component......
    Compiled with problems:
    ×
    ERROR in ./src/Firebase.js 16:12-25
    export 'initializeApp' (imported as 'initializeApp') was not found in 'firebase/app' (possible exports: default)
    ERROR in ./src/Firebase.js 17:13-20
    export 'getAuth' (imported as 'getAuth') was not found in 'firebase/auth' (module has no exports)

  • @nitinmomaya
    @nitinmomaya Рік тому

    google and facebook ka kaise add kre signin??

  • @pain5772
    @pain5772 Рік тому

    I don't why but home come in between the page and that messed my page alot. And I have copied your code exactly

  • @Akbar_p
    @Akbar_p Рік тому

    bhai i need crud operations based on react with firebase. anyone do help me please

    • @Akbar_p
      @Akbar_p Рік тому

      @handydev1 could you help me with that

  • @areej8934
    @areej8934 2 роки тому

    Firebase error (auth/invalid email)
    I'm getting this error on signup

    • @NIDHIGUPTA-if2wv
      @NIDHIGUPTA-if2wv Рік тому

      I am getting a same error .

    • @handydev1
      @handydev1  Рік тому

      You are sending a invalid email to firebase, check the email once or how you are sending it

    • @NIDHIGUPTA-if2wv
      @NIDHIGUPTA-if2wv Рік тому

      @@handydev1 resolved . Thankyou

  • @seetaverma4967
    @seetaverma4967 Рік тому +1

    Video is good but html css was not required. Real thing starts after 25 min

    • @handydev1
      @handydev1  Рік тому +1

      Got it 👍
      Will add chapters in upcoming videos

  • @fsl_pics5651
    @fsl_pics5651 Рік тому

    Was boring in the beginning, but great... 🙂🙂🙂

  • @bhaveshsingh8829
    @bhaveshsingh8829 2 роки тому

    18:50 functionality starts