Angular Signals and Firebase integration tutorial: Full Stack Contacts App!

Поділитися
Вставка
  • Опубліковано 18 гру 2023
  • #Angular #Signals #Firebase
    💖 Support
    www.buymeacoffee.com/zoaibkhan
    🧑‍💻 Complete code: github.com/thisiszoaib/angula...
    ✨ Full stack Angular + Firebase course:
    www.udemy.com/course/angular-...
    Follow for more Angular tutorials, tips and tricks:
    Twitter - / zoaibdev
    Facebook - / thisiszoaib
    LinkedIn - / zoaib-khan-b6456815
    Cheers :)
  • Наука та технологія

КОМЕНТАРІ • 11

  • @yelose85
    @yelose85 2 місяці тому

    As always, great video, Ill use this new knoledge to my current project, thank you so much!

  • @dougwilliamson6989
    @dougwilliamson6989 3 місяці тому

    Great info! How would you go about editing/viewing a single contact?

    • @ZoaibKhan
      @ZoaibKhan  3 місяці тому

      Thanks! We can create a route for edit from which we get an id. Use it and getDoc to get the contact.
      With save, we use the updateDoc method from firestore. And then navigate back to the list

    • @dougwilliamson6989
      @dougwilliamson6989 3 місяці тому

      @@ZoaibKhan What's the syntax for getDoc look like? I'm struggling to find good documentation.

    • @ZoaibKhan
      @ZoaibKhan  3 місяці тому

      ​@@dougwilliamson6989please see the official firebase docs because now they've equivalent functions in angularfire.
      firebase.google.com/docs/firestore/query-data/get-data#get_a_document

  • @otaviopiinheiro
    @otaviopiinheiro 6 місяців тому

    Please can you do the two-factor authentication tutorial?

    • @ZoaibKhan
      @ZoaibKhan  6 місяців тому +1

      With firebase authentication?

    • @otaviopiinheiro
      @otaviopiinheiro 6 місяців тому

      @@ZoaibKhan Yes

    • @qwerty-or1yg
      @qwerty-or1yg 6 місяців тому

      @@ZoaibKhan are there any plans to upload the tutorial soon?

  • @Priming-AI
    @Priming-AI 3 місяці тому

    No paginated ?

    • @ZoaibKhan
      @ZoaibKhan  3 місяці тому

      No, but I can see topic for another video :)