Build a Notification System In Your FlutterFlow App + Mimic iOS 17 Interactions

Поділитися
Вставка
  • Опубліковано 1 гру 2024

КОМЕНТАРІ •

  • @jimvh7557
    @jimvh7557 7 місяців тому

    Love the idea guys! At around 30:00, I would use the back button instead of the wait. That way you get all the time you need instead of a set number of milliseconds. And set the current time in the user document.

  • @cryptorovia
    @cryptorovia Рік тому

    This content is really helpful to our project. Thanks Andrew and Wil

  • @LeoBentier
    @LeoBentier Рік тому +4

    "Getting a startup off the ground" has never been easier.

  • @wheza99
    @wheza99 11 місяців тому

    This is really great content. The concept is really thoughtfull. I really appreciate it.

  • @EmiraBensalem
    @EmiraBensalem 9 місяців тому +1

    how do you suggest handling "new chat message" indicator? maybe you have some ways to do it or helpful links, TIA :)

    • @embx-music
      @embx-music 8 місяців тому

      This would be really helpful. And also a counter badge.

  • @zhixory
    @zhixory 5 місяців тому

    One Question, loved the logic behind creating a global read_notification_time in the user-section. My solution for this before watching was a boolean filtered to read = false, hence any if any read was false, it would show. Would it make any performance differences?

  • @vinsbe606
    @vinsbe606 8 місяців тому

    Is it possible to cancel scheduled push notifications?

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

    You add it onto back button 31:27, when the users tap on the back button it update the notifications

  • @SolomonQuansah
    @SolomonQuansah Рік тому +1

    When is Chat 2.0 going to be released? I think Andrew said something about it.

  • @seekersaurabh
    @seekersaurabh Рік тому +1

    Please provide clonable file link for this project🥺🙏🏻

  • @SamuelBundrant
    @SamuelBundrant Рік тому +1

    The only problem with this, i dont think this method works with the prebuilt chats pages

  • @blackbeauty6781
    @blackbeauty6781 Рік тому

    very helpful. Thank you. Please there is feature I would like to request. How do you allow a user (say admin) create other users in flutterflow (say vendor) just like in php or react

  • @MyInspireSphere
    @MyInspireSphere Рік тому

    How can I register to get notifications to watch the live stream itself?

  • @rabeezley
    @rabeezley Рік тому

    Anyone know how this could be done with Supabase so that the notification icon would be real-time? I put the notification (red dot) on my navbar so it would be on every page. It works but I have to refresh the screen. TIA...

  • @ZKHPrinsBernhard1
    @ZKHPrinsBernhard1 Рік тому

    If you put the backend call around 29:00 to 'time_created', wouldnt the last time seen not be the exact same as the date time of the last notification and not the actual time you have last seen it?

    • @ZKHPrinsBernhard1
      @ZKHPrinsBernhard1 Рік тому

      I would use 'firestore server timestamp' instead.. Would that be ok as well?

  • @MarlonVan
    @MarlonVan Рік тому

    loving this

  • @seekersaurabh
    @seekersaurabh Рік тому

    Project link?