Other [B4X] Send Firebase Push Notifications with Node Js (2024)

FrostCodes

Active Member
Licensed User
Longtime User
Many people have been asking how to send Firebase notifications using Node.js
so I decided to create this example for sending notifications to B4A or B4I apps using Node.js:

Features

- Uses the latest Firebase Cloud Messaging (v1) API.
- Works with both B4A and B4I.
- Well-documented.
- Includes 4 examples demonstrating:
  • Sending to a topic
  • Sending using a device token
  • Sending extra custom data like links, text, etc.

If you find it useful, kindly consider donating or buying me a coffee.


Link:


----------------------------------------------------

Here is the PHP version of the code:
 
Last edited:
Top