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:
Send push notifications to your B4A (Android) or B4I (iOS) app from Node.js. - frostcodes/node-js-fcm-v1-push-notification-for-b4a-and-b4i
----------------------------------------------------
Here is the PHP version of the code:
Php Fcm v1 push notification for B4A and B4I. Contribute to frostcodes/php-fcm-v1-push-notification-for-b4a-and-b4i development by creating an account on GitHub.