How to Connect Firebase With React Application

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

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

  • @Firosshamsudeen
    @Firosshamsudeen 9 месяцев назад +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.

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

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

  • @praveenthavendran917
    @praveenthavendran917 Год назад

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

  • @lounesbouyahi-k1v
    @lounesbouyahi-k1v 9 месяцев назад

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

  • @VaniC-d4c
    @VaniC-d4c Год назад

    Great work , Helped alot!!😊

  • @astragraphiks
    @astragraphiks Год назад

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

  • @arien7371
    @arien7371 Год назад

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

  • @Viktorres1
    @Viktorres1 2 года назад

    Thank you man! Firebase now works good.

  • @naxcall
    @naxcall 2 года назад +1

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

  • @CodingAndPizza
    @CodingAndPizza 10 месяцев назад

    Thanks bro. nice work

  • @khaliilabdi925
    @khaliilabdi925 Год назад

    thanks pro
    well done

  • @codemedic
    @codemedic Год назад

    Nice one bro 💯👌✌️

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

    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?

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

    i am in last step and the data is not coming in fire base but the data is visible in console
    how to solve it

  • @lwc1
    @lwc1 2 года назад +1

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

  • @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.

  • @abcxyz5618
    @abcxyz5618 Год назад

    Thank you very much

  • @lavanya9850
    @lavanya9850 Год назад

    thanks bro , really helpful

  • @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

  • @tongtony3880
    @tongtony3880 2 года назад

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

  • @SWARANG-fv5pq
    @SWARANG-fv5pq 7 месяцев назад

    hello i m getting an error whn i do admin login

  • @gonqii
    @gonqii Год назад

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

  • @developersaran1873
    @developersaran1873 2 года назад

    thank you

  • @archandhakal9865
    @archandhakal9865 2 года назад

    wuuuu huuuuuuuu

  • @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 2 года назад

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

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

    I LOVE YOU.

  • @developwithishfaq4979
    @developwithishfaq4979 2 года назад +1

    After 4 months bruhhhh

  • @mostafaekbal3863
    @mostafaekbal3863 2 года назад

    Thank you very much