Firestore CRUD with NODE.JS 🔥

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

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

  • @jefersonpereira3308
    @jefersonpereira3308 2 года назад +4

    I'm brazilian and i loved your tutorial! I dont speak english well, but i understood everything! GREAT JOB!

  • @KartikBhardwaj-gw8no
    @KartikBhardwaj-gw8no 9 месяцев назад +1

    just learn new thing in a job thanks broo...
    i am junior nodejs developer...luv u broo

  • @FaizanKhan-gfaizank
    @FaizanKhan-gfaizank 8 месяцев назад +1

    Top notch explanation man!! No nonsense video... Loved it.

  • @Franc-yz5dv
    @Franc-yz5dv 6 месяцев назад

    Thank you man i was haaving problem in backend to send users to firestore whenever new user signs up or uses google auth. Now i can implement private firestore chat with those users

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

    awesome tutorial, easy to follow and understand, also it’s nice practice to send the status codes in your response🙌🏽

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

    one of the awosome tutorial, explaination is so good thank you....

  • @lovemyself88
    @lovemyself88 Год назад +2

    Can I ask, I already follow your instructions but when I run on postman there's no output like your firestore and your terminal sir.. pls help me

    • @madhavparikh6747
      @madhavparikh6747 Год назад +2

      In Postman, in the body section, make sure you select the 'JSON' format instead of 'Text'. It will work then

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

    Awesome brother

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

    The data i post from the postman is show in the terminal but it can't show on firebase collection

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

    thank u :)

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

    thank you Nice job

  • @Ronifromearth
    @Ronifromearth Год назад +1

    brother that's awesome can you show me how to deploy an expresssjs project in firebase

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

    Thanks a lot! Very helpful.

  • @HD-mg4gf
    @HD-mg4gf 2 года назад

    Thank you, this was very helpful!

  • @洪詩婷-s4j
    @洪詩婷-s4j 7 месяцев назад

    👍👍👍👍👍

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

    how get id from collection elements?

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

    Great content bro! 🔥

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

      Thanks a lot for the support, it means a lot ☺️

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

    thanks

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

    Thank you So much bro

  • @ganeshjangiti4022
    @ganeshjangiti4022 8 месяцев назад

    i need this crud code

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

    how to render in html?

  • @Vishnukumar-pj6io
    @Vishnukumar-pj6io 2 года назад

    How to Change mongoose Schema in to Firebase Schema .

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

      So both of them are nosql databases so you can easily dump your Mongodb json data onto firebase and everything will work fine.