Firebase Javascript SDK is all you need! Build Robust Authentication in Angular (2/2)

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

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

  • @davebudah
    @davebudah 20 วันที่ผ่านมา

    Thanks for this one

    • @ZoaibKhan
      @ZoaibKhan  20 วันที่ผ่านมา +1

      Welcome 🙂

  • @thechaoslp2047
    @thechaoslp2047 20 วันที่ผ่านมา

    Great tutorial

  • @SanuKSoman
    @SanuKSoman 14 วันที่ผ่านมา

    Great tutorial. Can you create one for Google sign in using redirection.

    • @ZoaibKhan
      @ZoaibKhan  14 วันที่ผ่านมา

      Good suggestion! I'll add it to my list :)

  • @haroldpepete
    @haroldpepete 18 วันที่ผ่านมา

    great video, i have a simple question, object user in service authenticator, is it a writable signal?

    • @ZoaibKhan
      @ZoaibKhan  18 วันที่ผ่านมา

      yes, it is, because we need to set the user value from the firebase auth observer. We can however keep that one readonly and private and create a computed from it to expose it to the outside - that way the signal is not changed from the outside...

    • @haroldpepete
      @haroldpepete 18 วันที่ผ่านมา

      @ZoaibKhan that's what i think, why expose user signal and anyone could be write on it

  • @MuraliK-s2y
    @MuraliK-s2y 15 วันที่ผ่านมา

    Nice sir make a video for role based auth and menu restriction

    • @ZoaibKhan
      @ZoaibKhan  15 วันที่ผ่านมา +1

      Yeah, that's a great suggestion. I have something in mind :)

  • @thechaoslp2047
    @thechaoslp2047 20 วันที่ผ่านมา

    Can you explain what issues there are currently with angularfire?

    • @ZoaibKhan
      @ZoaibKhan  20 วันที่ผ่านมา +2

      Well, the issues are basically in compatibility with different Angular versions. So at the installation stage - and it can be really frustrating. E.g. in v16, I had to have exact versions of angular fire and rxfire to get it working (I was creating a course on Authentication back then).
      Second is angular fire now basically just re exports the same firebase js SDK modular functions - so the need for it has become less.