1

I want to send a push notification from the web app to the android mobile app users using firebase.

Enzo
  • 27
  • 7

1 Answers1

1

Just for your information if you want to send notification for testing purpose then you can use FCM console which provides you a way to pass data payload.

But in case your need you can have your own server too where you can pass your own data and notification payload

Refer following URL for more information

https://firebase.google.com/docs/cloud-messaging/http-server-ref

Jaykishan Sewak
  • 802
  • 6
  • 12