flutter firebase send notification to specific user

Поделиться
HTML-код
  • Опубликовано: 3 дек 2024

Комментарии • 76

  • @codequestwithdronecodes
    @codequestwithdronecodes Год назад +2

    Hey, this was the only feature left in my app and you helped me, Thanks a lot man

  • @kashafali8095
    @kashafali8095 2 года назад +5

    Hi. Can you upload code on github of this video? Because i am not getting any notification. I followed each thing as you did but still i am not getting notification. In debug console i received unhandled exception bad state in documentsnapshotplatform which does not exist. can you tell me how can i get rid of this?

  • @BitByBit1808
    @BitByBit1808 Год назад +1

    The video is fantastic! Very clean and explanatory. Thank you very much! Greetings from 🇹🇷

  • @codewithihsan2182
    @codewithihsan2182 2 года назад +1

    Hi in console it show me broad received for message for I can't receive notification?

  • @Fhmtechsolutions
    @Fhmtechsolutions 2 года назад +1

    Great video and best explanation.
    But we will wait for push notification with mysql and php

    • @dbestech
      @dbestech  2 года назад +1

      Will upload soon

    • @princemuleya7696
      @princemuleya7696 Год назад

      @@dbestech if you made the video please link it to this video thank you

  • @oshadisamarasinhage
    @oshadisamarasinhage Год назад +1

    Can i know whats in initInfo function

  • @manggamusasuleiman
    @manggamusasuleiman 2 месяца назад +1

    Can you please update this video, they have deprecated the server key "Authorization: key=AIzaSyZ-1u...0GBYzPu7Udno5aA"

    • @ReiTsukii
      @ReiTsukii Месяц назад

      any solution found?

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

    thank you.
    please can you show how we can effect transfers using qr code in a flutter wallet app.

  • @Hanimiii97
    @Hanimiii97 Год назад

    Another great tutorial!
    Hey, what if i have a laravel backend.. can i use my own backend and send push notification using my own backend? If so, do you have any tutorial or guide i can refer to?
    Thanks!

    • @dbestech
      @dbestech  Год назад

      I have many tutorials about it. Long video tutorial. Like the audio and video call app.

  • @TheCodeIcon
    @TheCodeIcon Год назад

    Thanks For Guide

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

    Such a great video, another banger, like usual! Any thoughts on the flutter_local_notifications plugin?

    • @dbestech
      @dbestech  2 года назад +1

      I like it. so far been good. what's your thought?

  • @TheExplosion
    @TheExplosion Год назад

    will this code from the SDK do the same job to sending messages too?
    final fcm = FirebaseMessaging.instance.sendMessage(token);

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

    Hello there,
    Notification is working fine on my android as well as IOS,
    But the main problem is, I am not getting any alert/sound/vibration on IOS device.
    what may be the solution for this?

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

      var iOSPlatformChannelSpecifics = IOSNotificationDetails(sound: 'slow_spring_board.aiff'); //put your own sound text here
      try this. but the format can not mp3

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

    thank you.
    How to use reminder ? when i have list to hours for: medicine reminder

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

      ruclips.net/video/6SaCntGgi5o/видео.html here

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

      I want to send notifications after 5 minutes

  • @williamkishore6570
    @williamkishore6570 Год назад

    can you help me with migrating to FCM API v1 from FCM legacy and send push notifications? finding difficulties on searching server key for FCM API v1.

    • @dbestech
      @dbestech  Год назад

      yes, I can. but you need to book one on one session with me. $50 per hour

  • @manggamusasuleiman
    @manggamusasuleiman Год назад

    Hello, thanks for the video, the notification sort of work because, when notification is sent, the other user receives it in the console or print function but, doesn't shows anything on the screen, what could the problem be?

    • @dbestech
      @dbestech  Год назад

      make sure you are calling show method of flutterlocalnotificationplugin

    • @dbestech
      @dbestech  Год назад

      Aslo make sure during flutterlocalnotificationplugin initialization you called onSelectNotification method()

    • @manggamusasuleiman
      @manggamusasuleiman Год назад

      Sorry for late reply and thank you for coming back to me. I just re-watched the tutorial thinking I may have missed a part or two on flutterlocalnotification but, it is not in the tutorial except it is declared but not used, sorry, am new to flutter

  • @dhiaatagzait3263
    @dhiaatagzait3263 10 месяцев назад

    Thx master u solved my problème 🙏

    • @dbestech
      @dbestech  10 месяцев назад

      You are most welcome.

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

    I am doing the same thing as in the video and I am unable to get the notification in the device ... But I am getting the notification from the cloud messaging server when done from the firebase . Please help me

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

      then maybe your on the button click you are doing wrong

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

      @@dbestech as you did I created a button and added the function called sendnotification as you did in the above video..

  • @saqibejaz3157
    @saqibejaz3157 Год назад

    helpful video thanks a lot.
    also i have a request if you will be share the code it wil be helpful in our parctice
    Thanks

    • @dbestech
      @dbestech  Год назад

      It's part of a complete project

  • @TecnoPlayCanal
    @TecnoPlayCanal Год назад

    This code will trigger in the device itself or It could send notification to another one device?

    • @dbestech
      @dbestech  Год назад

      In general your server should send notification to google, google would do to other device

  • @MarkeNetwork-ss3bd
    @MarkeNetwork-ss3bd Год назад

    Wow! You earned my subscription

  • @ijasinijeremiah5509
    @ijasinijeremiah5509 Год назад

    Do you have a github or an uploaded version of this file?

    • @dbestech
      @dbestech  Год назад

      Nope. Did not save it

  • @MatheusSilva-qm3ph
    @MatheusSilva-qm3ph 2 года назад

    Good....awesome!

  • @MorenoBoasso
    @MorenoBoasso 6 месяцев назад

    is it possible to send notification to ALL app users? and how

    • @dbestech
      @dbestech  6 месяцев назад

      Yes, possible. Use subscribetotopic

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

    Is there any way sent the notification to all the user???

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

      yes, that's called subscribe to topic

  • @gggg-no6rm
    @gggg-no6rm 2 года назад

    How to use it in laravel ? Thanks

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

      Will upload soon. within next two days.

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

    Nice Video!.Is there a way to send a group of users ?

    • @dbestech
      @dbestech  2 года назад +1

      yes, it's called topic based notification.

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

    helpful tuto

  • @andrewkim5060
    @andrewkim5060 Год назад

    Does this also work with iOS?

  • @Charlie-zd2dr
    @Charlie-zd2dr Год назад +1

    YOU ARE GODSEND!
    Thank you so much for this

    • @dbestech
      @dbestech  Год назад

      You're welcome!

    • @magzhan1806
      @magzhan1806 Год назад

      @@dbestech Hello friend! How send push message after latest updates firebase_messaging 14.2.5?

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

    pleasae share code as well! and how to send to all users...

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

      that's sending to a topic

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

    Salam 3lekoum sir i can found server ke with last update

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

      you mean firebase server key?

  • @sncodext
    @sncodext 7 месяцев назад

    what if i want to send notification to user , but user want to reciver notification after 1 miniute

    • @dbestech
      @dbestech  7 месяцев назад

      User can not decide when they will get notification.

    • @sncodext
      @sncodext 7 месяцев назад

      @@dbestech I want to schedule firebase messaging notification

  • @chipekowasa6571
    @chipekowasa6571 Год назад

    🔥🔥👏👏

  • @AK-xg1xy
    @AK-xg1xy 2 года назад

    Good job ,
    I'm beginning in app development with flutter in order to creat a nice useful one But I am confused because I do not know the most important points that I should learn, can you tell me about them?

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

      can you be more specific about your problem?

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

      @@dbestech I think he asks for the roadmap to learn app development using flutter. What he should learn step by step, main most important points.

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

      @@crossouva sure. I get it. I will try to make video on that

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

      @@dbestech 😎👌

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

    w salam

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

    how to get the url inside Uri.parse()

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

      what url you wanna get?