Build App using Angular 15 and Firebase in 15 minutes!

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 พ.ย. 2024

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

  • @TheViableMedia
    @TheViableMedia 4 วันที่ผ่านมา

    Great work dude, your code works like a charm

  • @oldadajbych8123
    @oldadajbych8123 7 หลายเดือนก่อน +2

    They wanted me to learn this. I am old fashioned PHP + MYSQL guy. This is just unnecessarily complicated way to achieve things. And the firebase is out of your control. I hate this. But your tutorial is great. It works.

  • @tulipalll
    @tulipalll 9 หลายเดือนก่อน

    fantastic. really appreciate the text to speech!! thank you!

  • @empathetic24671
    @empathetic24671 10 หลายเดือนก่อน

    Sweet, simple & Quick.
    🔥

  • @nafeesahmad2235
    @nafeesahmad2235 10 หลายเดือนก่อน

    That's awesome teaching...

  • @josephsteve08
    @josephsteve08 9 หลายเดือนก่อน

    hey what version of @angular/fire is that? version 7.6.1 is giving me an error "Error: node_modules/rxfire/firestore/lite/interfaces.d.ts:8:29 - error TS2314: Generic type 'AggregateQuerySnapshot' requires 1 type argument(s)." which is weird coz i don't even import from the "lite". can you give some advice? thanks!

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

    Thanks is work for me in 2023

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

    THank you brother you are good i have a problem with firebase after 1 month i get a good video problemm solving thank you
    make new and upadates video of firebase and all because old version not working today

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

      so the tutorial isnt relevant anymore

  • @BannisterNicholas
    @BannisterNicholas 7 หลายเดือนก่อน

    Now that 'standalone' exists, and NgModules does not, can you tell how to get the above working without importing into modules..
    Also, why would you have done this, Services is supposed to be the location for all communication to a server, not in your main app.