Build PUSH APPS with Supabase and FlutterFlow!

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

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

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

    👍VIEW/CLONE ALL MY NOCODE APPS + support my work: www.patreon.com/jamesnocode
    👍GET MY NEW TRAINING - MASTERING FLUTTERFLOW: masteringflutterflow.com
    👍GET MY NEW TRAINING - MASTERING SUPABASE: masteringsupabase.com

  • @javieralbertoarias3159
    @javieralbertoarias3159 7 หลายเดือนก่อน +1

    Thank you, All your content is supa helpful!

  • @GroupB-j7o
    @GroupB-j7o 7 หลายเดือนก่อน +4

    Why is the chat page not refreshing in real time. I notice that you have to click on the notification first for the new chat message to appear?

  • @digitalbry
    @digitalbry 7 หลายเดือนก่อน +1

    Thank you, I needed this!

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

      Glad it was helpful!

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

    Omg, this is sooo 🔥🔥🔥 Thank you sooo much for this amazing piece of content!

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

    Cool - I will implement it this weekend!

  • @rishayrajkumar
    @rishayrajkumar 23 ชั่วโมงที่ผ่านมา

    Hi there, thanks for the video. But does this work on iOS? I’m struggling to get it to work following your video

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

    How to make the code "initializeMessaging" that you mention in the video?

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

    Great video.
    James, how do I set up push notifications in PWA?

  • @fetheddineaddad402
    @fetheddineaddad402 3 หลายเดือนก่อน

    could you please provide us with the code snippet

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

    this is great. Please do one video on invoking supabase-managementAPI to create projects for each signup( multi-tenancy methodology).

  • @WoopBox
    @WoopBox 6 หลายเดือนก่อน

    Awesome tutorial! But i do have the following issue when trying to test my app on a simulator or on a phyiscal device: "Using bridging headers with module interfaces is unsupported". How did you fix that?

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

    Hi James so very new to Flutter Flow and learning my question is can you do a video on how to connect to a wireless camera, I am wanting to build an app to connect and control the security camera any help here would be awesome

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

    What dependencies do you use? I'm going crazy, not a single version works. Everytime a change them a new error appears.

  • @onedayapp3534
    @onedayapp3534 5 หลายเดือนก่อน

    How do I set it so I dont get the notifications if im in the chat page? Can I also get notifications if the app is closed?

  • @christinsojan2060
    @christinsojan2060 6 หลายเดือนก่อน +2

    where is the code for this?

    • @MJ-ev4nw
      @MJ-ev4nw 15 วันที่ผ่านมา

      he showed the whole thing of code throughout the few mins where he scrolls through it, just take screen captures and get chatgpt to write out the code for you. youp need to add an appstate fcmToken to flutterflow, which the custom action will write the FCM to. Use depencies firebase_messaging: 15.1.3 & awesome_notifications: ^0.9.2

  • @KaiCodingJourney
    @KaiCodingJourney 7 หลายเดือนก่อน +1

    Just curious will that work on web app?

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

      Hi! Did you find out if it is possible to use it in web apps?
      I can't get the key (only on Android), problems with "service-worker-registration"

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

      @@christianely8567 nope, unfortunately. Not yet. Will keep you up to date in this comments thread. If you find anything lemme know

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

    Thanks a lot for this tutorial. Do these push notifications work on all kinds of phones: Android, IPhone, Huawei/Honor?

    • @pauliussaparnis1173
      @pauliussaparnis1173 6 หลายเดือนก่อน

      how about iphone?

    • @isaacjohnston7022
      @isaacjohnston7022 5 หลายเดือนก่อน

      @@pauliussaparnis1173 I was unable to get it working on iPhone, but I am going to keep trying.

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

    How can i make a notification when the phone is locked like Whatsapp?

  • @TeeReed-bu5wx
    @TeeReed-bu5wx 7 หลายเดือนก่อน

    Hi. I subscribed to your course but can't see any link to the discord channel. All links are dead. Please what's the updated discord link?

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

      Contact me via the members dashboard please.

  • @franciscotavares1795
    @franciscotavares1795 6 หลายเดือนก่อน

    Very good content, thank you very much for the video but I just couldn't change the notification icon on Android. I tried with resource:// and asset://, but it didn't work, the notification is not generated. And when I download the code through FlutterFlow and look for the launcher icon in Android/app/src/main/res/mipmap-hdpi/ic_launcher.png, that image is still from Flutter. I've also tried using a launcher icon without a background but the flutter icon is still used.