Building a Realtime Trello Board with Supabase and Angular

Поделиться
HTML-код
  • Опубликовано: 28 окт 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! ruclips.net/user/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 10 месяцев назад

    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.

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

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

  • @RaldCodeVBNET
    @RaldCodeVBNET 5 месяцев назад

    Can you add with picture?

  • @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 2 года назад

    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  2 года назад +1

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