Firebase Admin Dashboard

FCM Notification Center

A centralized admin panel to send Firebase Cloud Messaging push notifications to your app's users.

API Reference

POST/api/user/fcm-token

Register an FCM token to a user account

{ "userId": "uid", "fcmToken": "token" }
DELETE/api/user/fcm-token

Remove an FCM token from a user account

{ "userId": "uid", "fcmToken": "token" }