🔔 How to Send Firebase Push Notifications to Multiple FCM Tokens in Node.js 🚀

Поділитися
Вставка
  • Опубліковано 15 жов 2024
  • 🔔 How to Send Firebase Push Notifications to Multiple FCM Tokens in Node.js 🚀
    In this video, I'll show you how to send push notifications to multiple FCM (Firebase Cloud Messaging) tokens using Node.js. Whether you're building a robust app or just starting out, this step-by-step guide will help you reach your users effectively! 📲✨
    🔹 Topics Covered:
    Setting up Firebase Cloud Messaging
    Configuring Node.js for Push Notifications
    Sending notifications to multiple FCM tokens
    Testing and debugging notifications
    🔔 Don't forget to like, share, and subscribe for more tutorials on Node.js, Firebase, and web development! 💻👍
    #Nodejs #Firebase #PushNotifications #WebDevelopment #FCM #TechTutorials #Coding #programmingwithilyas
    Migrate from legacy FCM APIs to HTTP v1
    Send messages to multiple devices
    Firebase HTTP v1 API and no batch send anymore
    FCM HTTP v1 API and Multicasting Messages in Nodejs
    Sending bulk push notifications using FCM Nodejs
    Firebase Cloud Messaging (FCM) - HTTP V1 API or Legacy HTTP API
    Send messages to multiple devices - FCM - Firebase
    Send Multicast Notifications using Node.js
    Send Notification to Multiple FCM Tokens
    fcm send notification to multiple tokens
    fcm http v1 api multiple tokens
    Send Push FCM to multiple devices with cURL in v1 API
    Please do like share and comment if you like the video please do hit like and if you have any query please write it comment box
    NestJs Tutorial • How To install Nest.js...
    You can support me by buying a coffee for me
    ko-fi.com/N4N0...
    Please do subcribe my other video tutorials
    React Native Tutorial : • SDK location not found...
    ReactJS Tutorial : • Setting Up React Local...
    Linux Tutorials : • How to Increase File U...
    Jquery Tutorial : • What is jQuery
    Html & Css Tutorial : • Introduction to HTML5 ...
    Wordpress Tutorial : • How to install wordpre...
    Javascript Tutorial : • JavaScript Hello World...
    Magento 2 Tutorials : • How to remove a MassA...
    Github Tutorials : • Why version control? |...
    October CMS Tutorial : • Builder plugin - Octob...
    Bash Scripting Tutorial : • Shell Scripting Tutori...
    Jenkins Beginner Tutorial : • Jenkins Beginner Tutor...
    Apollo Client React Js : • Apollo Client React Tu...
    Wordpress Tutorial In Hindi : • What Is Wordpress? - E...
    MongoDb Tutorial : • How to Insert a Docume...
    Bootstrap 5 Tutorial in Hindi : • Bootstrap 5 Tutorial i...
    Xero Tutorial For Beginners : • Xero Tutorial For Begi...
    React Material UI = • React Material UI - In...
    Thanks for watching
    Vue Js Tutorial : • Install Vue.js in Ubun...
    Angular 14 Tutorial : • How to install Angular...
    MongoDb Tutorial : • How to Insert a Docume...
    Mysql Tutorial For Beginners : • How to connect to MySQ...
    AWS Tutorials: • How to Create S3 Bucke...
    Php Tutorial for Beginners : • How can I send an emai...
    Nest
    Have a Great Day !!!

КОМЕНТАРІ • 17

  • @Gamer-Kuno
    @Gamer-Kuno 26 днів тому +1

    how did you get the REGISTRATION TOKEN?

  • @BUNNY-wq4ms
    @BUNNY-wq4ms 2 місяці тому +1

    Can you please do complete video for fcm HTTP v1 API please, please, please

    • @TechnicalRajni
      @TechnicalRajni  2 місяці тому

      @@BUNNY-wq4ms I have already created playlist can you pls check that

  • @AakashSingh-p6g
    @AakashSingh-p6g Місяць тому +1

    bro, from where u get the FCM token and how??

    • @TechnicalRajni
      @TechnicalRajni  Місяць тому

      @@AakashSingh-p6g frontend developer will give

    • @AakashSingh-p6g
      @AakashSingh-p6g Місяць тому +1

      @@TechnicalRajni Actually i am doing this on my own, and i am totally beginner here, can u please guide me from where can i get this fcm token

    • @TechnicalRajni
      @TechnicalRajni  Місяць тому

      @@AakashSingh-p6g soon I will upload javascript to get token

  • @nithinataraj5345
    @nithinataraj5345 27 днів тому +1

    hi i gave the same message body, but the sound i set in the body is not coming instead defualt sound of my ios and and android device is coming.
    Also strangely in android when i click /swipe the notification, only then the sound i gave is coming with a new notification(without body) . but in case of ios just the default device sound is coming. please help.
    const soundFile =
    type === "android"
    ? "slow_spring_board.mp3"
    : "slow_spring_board.aiff";
    dataPayload.sound = soundFile;
    // Prepare the message
    const message = {
    data: dataPayload,
    notification: {
    title: dataPayload?.title,
    body: dataPayload?.body,
    },
    android: {
    notification: {
    sound: soundFile,
    priority: "high",
    },
    },
    apns: {
    payload: {
    aps: {
    sound: soundFile,
    badge: 42,
    },
    },
    },
    tokens: to,
    };

  • @ndndjdwn12
    @ndndjdwn12 14 днів тому +1

    if we have 1lakh user then

  • @shishir-i4b
    @shishir-i4b Місяць тому +1

    but how to send to multiple user using php without any package

    • @TechnicalRajni
      @TechnicalRajni  Місяць тому

      @@shishir-i4b using fcm api

    • @shishir-i4b
      @shishir-i4b Місяць тому

      @@TechnicalRajni can u give me the link of that video

  • @backgroundnoiselistener3599
    @backgroundnoiselistener3599 Місяць тому +1

    Can you share source code?