Building a Realtime Trello Board with Supabase and Angular

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

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

  • @galaxies_dev
    @galaxies_dev  2 ปีที่แล้ว

    Want to learn more about building mobile apps as well? Check out my free Quick Start Guide: ionicacademy.com/ionic-quickstart-guide/ 🔥
    Make sure to subscribe for more! th-cam.com/users/simongrimmdev_?sub_confirmation=1

  • @walidsalhi7983
    @walidsalhi7983 2 ปีที่แล้ว +3

    Thank you Man! We like a lot Angular projects like this.

  • @abdellahislah4580
    @abdellahislah4580 2 ปีที่แล้ว +4

    Thank you for the tutorial, great thank

  • @FlorinDonald
    @FlorinDonald 2 ปีที่แล้ว +3

    Briliant. Thank you.

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

    Very good video thanks for sharing your insights

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

    Supabase, awesome!

  • @alexkode
    @alexkode 2 ปีที่แล้ว +2

    Magic Links are awesome! Hope you do a tutorial of a login with magic links with Ionic Capacitor 😁

    • @galaxies_dev
      @galaxies_dev  2 ปีที่แล้ว

      Yeah it's on my list as well, a bit tricky topic indeed!

    • @townheadbluesboy
      @townheadbluesboy 2 ปีที่แล้ว

      @@galaxies_dev
      Would be great - I'll be starting a Supabase - Ionic project in a couple of weeks.

  • @RaldCodeVBNET
    @RaldCodeVBNET 4 หลายเดือนก่อน

    Can you add with picture?

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

    hello for realTime should we use broadcast, presence or CDC, if CDC we have to create new policy ?

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

    Fue un buen video lástima que al hacer todo, llegó a una parte en la cual ya no me acepta el token, cuando es la primera vez si y también el salir de la sesión, pero al salir ya no puedo volver a entrar 😅 hasta ahí, lo hice todo de nuevo hasta un nuevo proyecto revisando cambiando las cosas por getuser y withOTP todo y nada, buen video

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

    just a reminder that on 1:10:18 you start using .on but that is now deprecated. good video tho :D

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

      Thanks - yeah SDKs keep changing so fast :D

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

    Where is the sql code?

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

    Thank you very much for this.
    I am having issues with the AuthGuard not returning to the login page.
    I think it going wrong where you have this.supabase.auth.user() and this was replaces with getuser().
    Cannot get it to work properly.

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

      Yes this is now a promise with new versions, so you need to await that call and then use the result!