How to Connect Firebase With React Application

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 มี.ค. 2022
  • Hello Guys, in this video we will talk in detail about connecting firebase with react application. We will create react application from scratch and connect it with firebase from start to end. This video is for beginner react developer who wants to utilize firebase in their application.
    Command Used in Videos:
    Create App: npx create-react-app
    Install FIrebase: npm install firebase
    Source Code:
    github.com/bikashthapa01
    #ReactFirebase #firestoreReact #ReactTutorials
  • แนวปฏิบัติและการใช้ชีวิต

ความคิดเห็น • 33

  • @shalommbuthia7341
    @shalommbuthia7341 14 วันที่ผ่านมา +1

    thankyou so much.This video has worked for me and it was just what i was looking for.

  • @IntotheWildscape
    @IntotheWildscape 5 หลายเดือนก่อน +1

    great tutorial, quick and clear. addition to react-firestore interaction i learned two important thing, one is npx create-react-app . to create react in project folder and preventDefault to prevent page refresh. thank you.

  • @slyslug88
    @slyslug88 ปีที่แล้ว +1

    this tutorial is the best, most complete, up to data, and SIMPLE implementation to get you going quickly. I tries several others before I got here.

  • @praveenthavendran917
    @praveenthavendran917 8 หลายเดือนก่อน

    Helped alot, searched everywhere but this one solved my issue!

  • @arien7371
    @arien7371 ปีที่แล้ว

    Thanks bro, very clear and friendly tutorial! Looking forward to your future videos!

  • @Viktorres1
    @Viktorres1 ปีที่แล้ว

    Thank you man! Firebase now works good.

  • @astragraphiks
    @astragraphiks 11 หลายเดือนก่อน

    This one helped me a lot,thank you so much!

  • @user-om4ex1xd7z
    @user-om4ex1xd7z 5 หลายเดือนก่อน

    Thank you for this video; it's very helpful.

  • @user-jw7hr3cx3w
    @user-jw7hr3cx3w 8 หลายเดือนก่อน

    Great work , Helped alot!!😊

  • @codemedic
    @codemedic ปีที่แล้ว

    Nice one bro 💯👌✌️

  • @lavanya9850
    @lavanya9850 ปีที่แล้ว

    thanks bro , really helpful

  • @naxcall
    @naxcall ปีที่แล้ว +1

    nice tutorial bro, very clear instruction. can you post more like this with useState case

  • @CodingAndPizza
    @CodingAndPizza 6 หลายเดือนก่อน

    Thanks bro. nice work

  • @khaliilabdi925
    @khaliilabdi925 11 หลายเดือนก่อน

    thanks pro
    well done

  • @mostafaekbal3863
    @mostafaekbal3863 ปีที่แล้ว

    Thank you very much

  • @lwc1
    @lwc1 2 ปีที่แล้ว +1

    Hi, could you make a video of creating, selecting, and deleting data with use effect and use state?

  • @developersaran1873
    @developersaran1873 2 ปีที่แล้ว

    thank you

  • @archandhakal9865
    @archandhakal9865 2 ปีที่แล้ว

    wuuuu huuuuuuuu

  • @anthealai1642
    @anthealai1642 ปีที่แล้ว

    hi thank you. are you able to show us how to do a popup message when you clicked the save button

  • @Dhivyasree-ys8gx
    @Dhivyasree-ys8gx ปีที่แล้ว

    hi can you tell me how to add more datas to the firestore after pressing save

  • @harithakr8385
    @harithakr8385 3 หลายเดือนก่อน

    Hi. Could you share your video link where you have explained setting up firebase database to production mode and connect to database from react app?

  • @atharvmetkari3696
    @atharvmetkari3696 2 ปีที่แล้ว +2

    bro i am making an budgeting application for my clg project which analysis daily ,weekly and monthly user budget... in android studio
    first of all i have make an login registeration using firebase realtime authentication...
    but.. now i have an question that how can i store user's analysis data to firebase like his daily...,weekly budget data.. like he spend 10$ in a day...
    plz ans my qn bro it will help me a lot

    • @SmallAcademy
      @SmallAcademy  2 ปีที่แล้ว +2

      you can store them in firestore/realtime database. Watch videos on how to store data in those databases on youtube. You will figure it out.

  • @shebeshchen
    @shebeshchen 3 หลายเดือนก่อน

    I LOVE YOU.

  • @gonqii
    @gonqii ปีที่แล้ว

    THX YOU ALLOT!!!!! 👍👍👍👍👍

  • @tongtony3880
    @tongtony3880 ปีที่แล้ว

    when i press save button, browser Console show "Uncaught (in promise)". The messge can not save to firebase.

  • @SWARANG-fv5pq
    @SWARANG-fv5pq 3 หลายเดือนก่อน

    hello i m getting an error whn i do admin login

  • @rohanmiscelionius5074
    @rohanmiscelionius5074 2 ปีที่แล้ว

    how to push multiple values in the firebase databse..i want to push email phone number zip code also

    • @developersaran1873
      @developersaran1873 2 ปีที่แล้ว

      const nameRef=useRef();
      const rollNoRef=useRef();
      const ageRef=useRef();
      const genderRef=useRef();
      create like this and
      let data={
      name:nameRef.current.value,
      rollno:rollNoRef.current.value,
      age:ageRef.current.value,
      gerder:genderRef.current.value,
      }
      store the multiple value

    • @mujtabakhalid7010
      @mujtabakhalid7010 ปีที่แล้ว

      in the video u can see a data object just add more properties to it and send it to firestore using adddoc

  • @developwithishfaq4979
    @developwithishfaq4979 2 ปีที่แล้ว +1

    After 4 months bruhhhh

  • @abcxyz5618
    @abcxyz5618 ปีที่แล้ว

    Thank you very much