Test2FCM logo
Test2FCM FCM HTTP v1
firebase

Compose push notification

All fields marked * are required

Project credentials
This is not a device token. It expires in ~1 hour — regenerate when it stops working.
Target devices
{{ tokenList.length }} device{{ tokenList.length === 1 ? '' : 's' }} detected · sent as individual v1 requests
Message
Data-only messages are delivered silently to the app (handled in code) — no tray notification is shown by the system.
Maps to Android click_action and Web Push fcm_options.link.
{{ dataError }}
All values are auto-converted to strings (an FCM v1 requirement for the data block).
POST {{ endpointDisplay }}
{{ payloadPreview }}
{{ results.total }}Total
{{ results.success }}Delivered
{{ results.failed }}Failed
{{ r.ok ? 'OK' : 'FAIL' }} {{ maskToken(r.token) }} {{ r.ok ? 'accepted' : r.error }}